use Read;
pub use RootDeserializer as Deserializer;
use DeserializeOwned;
use crateError;
/// Reads uncompressed NBT binary data from the provided reader.
///
/// The name of the root compound is discarded. If you need access to it, see
/// [`Deserializer`].