Nightbreak Java API
Toggle table of contents
JVM
Target filter
JVM
Switch theme
Search in API
Skip to content
Nightbreak Java API
EliteMobs
/
com.magmaguy.elitemobs.utils
/
ObjectSerializer
Object
Serializer
public
class
ObjectSerializer
Members
Functions
from
String
Link copied to clipboard
public
static
Object
fromString
(
String
s
)
Read the object from Base64 string.
item
Stack
Array
From
Base64
Link copied to clipboard
public
static
ItemStack
itemStackArrayFromBase64
(
String
data
)
Gets an array of ItemStacks from Base64 string.
item
Stack
Array
To
Base64
Link copied to clipboard
public
static
String
itemStackArrayToBase64
(
ItemStack
itemStack
)
A method to serialize an
ItemStack
array to Base64 String.
to
String
Link copied to clipboard
public
static
String
toString
(
Serializable
o
)
Write the object to a Base64 string.