public static interface BaseSetting.JSONSerializable
Modifier and Type | Method and Description |
---|---|
boolean |
read(java.lang.Object o)
Read the current value of this setting from the session store.
|
java.lang.Object |
write()
Write the value of this setting into the session store.
|
boolean read(java.lang.Object o) throws ProofAsstException
o
- The JSON stored valueProofAsstException
- If validation failedjava.lang.Object write()