pub fn to_network_binary<W, S>(val: &Compound<S>, writer: W) -> Result<()>where W: Write, S: ToModifiedUtf8 + Hash + Ord,
Encodes uncompressed network NBT binary data to the provided writer. Network NBT omits the root compound.