Uses of Interface
com.caplin.datasrc.interfaces.DSSerializable
Packages that use DSSerializable
-
Uses of DSSerializable in com.caplin.datasrc.interfaces
Subinterfaces of DSSerializable in com.caplin.datasrc.interfacesModifier and TypeInterfaceDescriptioninterfaceExtendsDSDatato provide helper methods for sending Container objects.interfaceThis interface should be implemented by a class that needs to send data to DataSource peers (for example, a Caplin Liberator, or another DataSource-enabled application).interfaceThe base interface for any DataSource packet that can be sent to peers.interfaceThe interface that should be implemented by an instance ofDSPageof the type page.interfaceExtendsDSDatato provide helper methods for sending Permissions.interfaceThe interface that should be implemented by an instance of DSData of the type record. -
Uses of DSSerializable in com.caplin.transformer.module.datasrc
Subinterfaces of DSSerializable in com.caplin.transformer.module.datasrcModifier and TypeInterfaceDescriptioninterfaceRepresents an update for a particular container object.interfaceRepresents an update for a particular object.interfaceinterfaceRepresents an update for a particular record object.Classes in com.caplin.transformer.module.datasrc that implement DSSerializableModifier and TypeClassDescriptionclassImplementation of the TransformerContainer interface.classImplementation of the TransformerData interface.classclassImplementation of the TransformerRecord interface.