public interface Serializable
| Modifier and Type | Field and Description |
|---|---|
static StringValue |
SERIALIZE |
static StringValue |
UNSERIALIZE |
| Modifier and Type | Method and Description |
|---|---|
Value |
serialize(Env env) |
void |
unserialize(Env env,
StringValue serialized) |
static final StringValue SERIALIZE
static final StringValue UNSERIALIZE
void unserialize(Env env, StringValue serialized)