public interface LXSerializable
Modifier and Type | Interface and Description |
---|---|
static class |
LXSerializable.Utils
Static container for utility methods
|
Modifier and Type | Method and Description |
---|---|
void |
load(LX lx,
JsonObject object)
Restores this instance from a JSON object
|
void |
save(LX lx,
JsonObject object)
Serializes this instance into the JSON object
|
void save(LX lx, JsonObject object)
lx
- LX instanceobject
- Object to serialize intovoid load(LX lx, JsonObject object)
lx
- LX instanceobject
- Object to deserializeLX library by Mark C. Slee. © 2012-2020