ObjectSerializer

public class ObjectSerializer

Functions

Link copied to clipboard
public static Object fromString(String s)
Read the object from Base64 string.
Link copied to clipboard
public static ItemStack itemStackArrayFromBase64(String data)
Gets an array of ItemStacks from Base64 string.
Link copied to clipboard
public static String itemStackArrayToBase64(ItemStack itemStack)
A method to serialize an ItemStack array to Base64 String.
Link copied to clipboard
public static String toString(Serializable o)
Write the object to a Base64 string.