Attributes | Name and Description |
---|---|
|
caplin.presenter.SerializablePresentationModel()
|
Attributes | Name and Description |
---|---|
|
void
deserialize(String sData)
Presentation models can implement this method in order to provide a deserialization mechanism. |
|
String
serialize()
This method provides the serialized form of the presentation model. |
►
caplin.presenter.SerializablePresentationModel()
►
void
deserialize(String sData)
Presentation models can implement this method in order to provide a deserialization mechanism.
String | sData | Serialized presentation model. |
►
String
serialize()
This method provides the serialized form of the presentation model. Keep in mind that the implementor should be the one providing the deserialization implementation.