Class Serializer


  • public class Serializer
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Serializer()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.bukkit.inventory.Inventory deserializeInventory​(java.lang.String serializedInventory)  
      org.bukkit.inventory.ItemStack[] deserializeInventoryContent​(java.lang.String serializedInventory)  
      java.lang.String serializeInventory​(org.bukkit.event.inventory.InventoryType inventoryType, org.bukkit.inventory.Inventory inventory)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Serializer

        public Serializer()
    • Method Detail

      • serializeInventory

        public java.lang.String serializeInventory​(org.bukkit.event.inventory.InventoryType inventoryType,
                                                   org.bukkit.inventory.Inventory inventory)
      • deserializeInventoryContent

        public org.bukkit.inventory.ItemStack[] deserializeInventoryContent​(java.lang.String serializedInventory)
      • deserializeInventory

        public org.bukkit.inventory.Inventory deserializeInventory​(java.lang.String serializedInventory)