Module nbt::ser[][src]

Expand description

Serialize a Rust data structure into Named Binary Tag data.

Structs

Encoder

Encode objects to Named Binary Tag format.

Functions

i8_array

This function provides serde serialization support for NBT type ByteArray.

i32_array

This function provides serde serialization support for NBT type IntArray.

i64_array

This function provides serde serialization support for NBT type LongArray.

to_gzip_writer

Encode value in Named Binary Tag format to the given io::Write destination, with an optional header.

to_writer

Encode value in Named Binary Tag format to the given io::Write destination, with an optional header.

to_zlib_writer

Encode value in Named Binary Tag format to the given io::Write destination, with an optional header.