Class DocumentSnapshotFactory
java.lang.Object
com.levigo.jadice.web.shared.model.document.snapshot.DocumentSnapshotFactory
Creates a serializable encapsulation of a document that is used to transport the client's
document state to the server in a ServerOperation.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateSnapshot
(Document document) createSnapshots
(List<Document> documents) static boolean
isSerializablePropertyType
(Object value) Utility method that can be used by all classes that rely on property serialization.
-
Constructor Details
-
DocumentSnapshotFactory
public DocumentSnapshotFactory()
-
-
Method Details
-
createSnapshot
-
createSnapshots
-
isSerializablePropertyType
Utility method that can be used by all classes that rely on property serialization.Checks whether the given property value can be serialized and sent from client to server or vice versa.
-