<li><ahref="../../../../../../com/comphenix/protocol/wrappers/nbt/io/NbtConfigurationSerializer.html"title="class in com.comphenix.protocol.wrappers.nbt.io"><spanclass="strong">Next Class</span></a></li>
<thclass="colFirst"scope="col">Modifier and Type</th>
<thclass="colLast"scope="col">Field and Description</th>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code>static <ahref="../../../../../../com/comphenix/protocol/wrappers/nbt/io/NbtBinarySerializer.html"title="class in com.comphenix.protocol.wrappers.nbt.io">NbtBinarySerializer</a></code></td>
<thclass="colFirst"scope="col">Modifier and Type</th>
<thclass="colLast"scope="col">Method and Description</th>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code><TType> <ahref="../../../../../../com/comphenix/protocol/wrappers/nbt/NbtWrapper.html"title="interface in com.comphenix.protocol.wrappers.nbt">NbtWrapper</a><TType></code></td>
<divclass="block">Load an NBT tag from a stream.</div>
</td>
</tr>
<trclass="rowColor">
<tdclass="colFirst"><code><ahref="../../../../../../com/comphenix/protocol/wrappers/nbt/NbtCompound.html"title="interface in com.comphenix.protocol.wrappers.nbt">NbtCompound</a></code></td>
<divclass="block">Load an NBT compound from a stream.</div>
</td>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code><T> <ahref="../../../../../../com/comphenix/protocol/wrappers/nbt/NbtList.html"title="interface in com.comphenix.protocol.wrappers.nbt">NbtList</a><T></code></td>
<tdclass="colLast"><code><strong><ahref="../../../../../../com/comphenix/protocol/wrappers/nbt/io/NbtBinarySerializer.html#serialize(com.comphenix.protocol.wrappers.nbt.NbtBase, java.io.DataOutput)">serialize</a></strong>(<ahref="../../../../../../com/comphenix/protocol/wrappers/nbt/NbtBase.html"title="interface in com.comphenix.protocol.wrappers.nbt">NbtBase</a><TType> value,
java.io.DataOutput destination)</code>
<divclass="block">Write the content of a wrapped NBT tag to a stream.</div>
<pre>public <TType> void serialize(<ahref="../../../../../../com/comphenix/protocol/wrappers/nbt/NbtBase.html"title="interface in com.comphenix.protocol.wrappers.nbt">NbtBase</a><TType> value,
java.io.DataOutput destination)</pre>
<divclass="block">Write the content of a wrapped NBT tag to a stream.</div>
<dl><dt><spanclass="strong">Parameters:</span></dt><dd><code>value</code> - - the NBT tag to write.</dd><dd><code>destination</code> - - the destination stream.</dd></dl>
</li>
</ul>
<aname="deserialize(java.io.DataInput)">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>deserialize</h4>
<pre>public <TType> <ahref="../../../../../../com/comphenix/protocol/wrappers/nbt/NbtWrapper.html"title="interface in com.comphenix.protocol.wrappers.nbt">NbtWrapper</a><TType> deserialize(java.io.DataInput source)</pre>
<divclass="block">Load an NBT tag from a stream.</div>
<dl><dt><spanclass="strong">Parameters:</span></dt><dd><code>source</code> - - the input stream.</dd>
<pre>public <ahref="../../../../../../com/comphenix/protocol/wrappers/nbt/NbtCompound.html"title="interface in com.comphenix.protocol.wrappers.nbt">NbtCompound</a> deserializeCompound(java.io.DataInput source)</pre>
<divclass="block">Load an NBT compound from a stream.</div>
<dl><dt><spanclass="strong">Parameters:</span></dt><dd><code>source</code> - - the input stream.</dd>
<pre>public <T> <ahref="../../../../../../com/comphenix/protocol/wrappers/nbt/NbtList.html"title="interface in com.comphenix.protocol.wrappers.nbt">NbtList</a><T> deserializeList(java.io.DataInput source)</pre>
<divclass="block">Load an NBT list from a stream.</div>
<dl><dt><spanclass="strong">Parameters:</span></dt><dd><code>source</code> - - the input stream.</dd>
<li><ahref="../../../../../../com/comphenix/protocol/wrappers/nbt/io/NbtConfigurationSerializer.html"title="class in com.comphenix.protocol.wrappers.nbt.io"><spanclass="strong">Next Class</span></a></li>