|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ConfigurationSerializable
Represents an object that may be serialized.
These objects MUST implement one of the following, in addition to the methods as defined by this interface:
Map
<String
, Object
>
and returns the class.Map
<String
, Object
>
and returns the class.Map
<String
, Object
>.ConfigurationSerialization.registerClass(Class)
.
DelegateDeserialization
,
SerializableAs
Method Summary | |
---|---|
Map<String,Object> |
serialize()
Creates a Map representation of this class. |
Method Detail |
---|
Map<String,Object> serialize()
This class must provide a method to restore this class, as defined in the
ConfigurationSerializable
interface javadocs.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |