<li><ahref="../../../../../../com/comphenix/protocol/wrappers/nbt/io/NbtBinarySerializer.html"title="class in com.comphenix.protocol.wrappers.nbt.io"><spanclass="strong">Prev Class</span></a></li>
<li><ahref="../../../../../../com/comphenix/protocol/wrappers/nbt/io/NbtTextSerializer.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/NbtConfigurationSerializer.html"title="class in com.comphenix.protocol.wrappers.nbt.io">NbtConfigurationSerializer</a></code></td>
<divclass="block">Construct a serializer using <ahref="../../../../../../com/comphenix/protocol/wrappers/nbt/io/NbtConfigurationSerializer.html#TYPE_DELIMITER"><code>TYPE_DELIMITER</code></a> as the default delimiter.</div>
<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">Read a NBT tag from a root configuration.</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">Read a NBT compound from a root configuration.</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/NbtConfigurationSerializer.html#serialize(com.comphenix.protocol.wrappers.nbt.NbtBase, org.bukkit.configuration.ConfigurationSection)">serialize</a></strong>(<ahref="../../../../../../com/comphenix/protocol/wrappers/nbt/NbtBase.html"title="interface in com.comphenix.protocol.wrappers.nbt">NbtBase</a><TType> value,
<ahref="../../../../../../com/comphenix/protocol/wrappers/nbt/NbtType.html"title="enum in com.comphenix.protocol.wrappers.nbt">NbtType</a> type)</code> </td>
<divclass="block">The default delimiter that is used to store the data type in YAML.</div>
<dl><dt><spanclass="strong">See Also:</span></dt><dd><ahref="../../../../../../constant-values.html#com.comphenix.protocol.wrappers.nbt.io.NbtConfigurationSerializer.TYPE_DELIMITER">Constant Field Values</a></dd></dl>
</li>
</ul>
<aname="DEFAULT">
<!---->
</a>
<ulclass="blockListLast">
<liclass="blockList">
<h4>DEFAULT</h4>
<pre>public static final <ahref="../../../../../../com/comphenix/protocol/wrappers/nbt/io/NbtConfigurationSerializer.html"title="class in com.comphenix.protocol.wrappers.nbt.io">NbtConfigurationSerializer</a> DEFAULT</pre>
<divclass="block">A standard YAML serializer.</div>
<divclass="block">Construct a serializer using <ahref="../../../../../../com/comphenix/protocol/wrappers/nbt/io/NbtConfigurationSerializer.html#TYPE_DELIMITER"><code>TYPE_DELIMITER</code></a> as the default delimiter.</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,
<divclass="block">Write the content of a NBT tag to a configuration section.</div>
<dl><dt><spanclass="strong">Parameters:</span></dt><dd><code>value</code> - - the NBT tag to write.</dd><dd><code>destination</code> - - the destination section.</dd></dl>
<pre>public <TType> <ahref="../../../../../../com/comphenix/protocol/wrappers/nbt/NbtWrapper.html"title="interface in com.comphenix.protocol.wrappers.nbt">NbtWrapper</a><TType> deserialize(org.bukkit.configuration.ConfigurationSection root,
java.lang.String nodeName)</pre>
<divclass="block">Read a NBT tag from a root configuration.</div>
<dl><dt><spanclass="strong">Parameters:</span></dt><dd><code>root</code> - - configuration that contains the NBT tag.</dd><dd><code>nodeName</code> - - name of the NBT tag.</dd>
<pre>public <ahref="../../../../../../com/comphenix/protocol/wrappers/nbt/NbtCompound.html"title="interface in com.comphenix.protocol.wrappers.nbt">NbtCompound</a> deserializeCompound(org.bukkit.configuration.file.YamlConfiguration root,
java.lang.String nodeName)</pre>
<divclass="block">Read a NBT compound from a root configuration.</div>
<dl><dt><spanclass="strong">Parameters:</span></dt><dd><code>root</code> - - configuration that contains the NBT compound.</dd><dd><code>nodeName</code> - - name of the NBT compound.</dd>
<pre>public <T> <ahref="../../../../../../com/comphenix/protocol/wrappers/nbt/NbtList.html"title="interface in com.comphenix.protocol.wrappers.nbt">NbtList</a><T> deserializeList(org.bukkit.configuration.file.YamlConfiguration root,
java.lang.String nodeName)</pre>
<divclass="block">Read a NBT compound from a root configuration.</div>
<dl><dt><spanclass="strong">Parameters:</span></dt><dd><code>root</code> - - configuration that contains the NBT compound.</dd><dd><code>nodeName</code> - - name of the NBT compound.</dd>
<ahref="../../../../../../com/comphenix/protocol/wrappers/nbt/NbtType.html"title="enum in com.comphenix.protocol.wrappers.nbt">NbtType</a> type)</pre>
<li><ahref="../../../../../../com/comphenix/protocol/wrappers/nbt/io/NbtBinarySerializer.html"title="class in com.comphenix.protocol.wrappers.nbt.io"><spanclass="strong">Prev Class</span></a></li>
<li><ahref="../../../../../../com/comphenix/protocol/wrappers/nbt/io/NbtTextSerializer.html"title="class in com.comphenix.protocol.wrappers.nbt.io"><spanclass="strong">Next Class</span></a></li>