Uses of Interface
com.caplin.datasrc.interfaces.DSSerializable
-
Uses of DSSerializable in com.caplin.datasrc.interfaces
Modifier and TypeInterfaceDescriptioninterface
ExtendsDSData
to provide helper methods for sending Container objects.interface
This 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).interface
The base interface for any DataSource packet that can be sent to peers.interface
The interface that should be implemented by an instance ofDSPage
of the type page.interface
ExtendsDSData
to provide helper methods for sending Permissions.interface
The interface that should be implemented by an instance of DSData of the type record. -
Uses of DSSerializable in com.caplin.transformer.module.datasrc
Modifier and TypeInterfaceDescriptioninterface
Represents an update for a particular container object.interface
Represents an update for a particular object.interface
interface
Represents an update for a particular record object.Modifier and TypeClassDescriptionclass
Implementation of the TransformerContainer interface.class
Implementation of the TransformerData interface.class
class
Implementation of the TransformerRecord interface.