The structured data interface is for data that is in a specific format, at a higher abstract level, for example reading data of a serialized object.
The abstract data writer structure.
Definition of the structured (formatted) data source writer .
Provides an abstract interface to a structured data format writer. All classes that want to write an SObject type to file must inherit from this object’s class.
The data writer class structure.
The abstract SDataWriterClass defines no methods, child classes can define methods as required.
The abstract data reader structure.
Definition of the structured (formatted) data source reader .
Provides an abstract interface to a structured data format reader. All classes that want to read an SObject type to file must inherit from this object’s class.
The data reader class structure.
The abstract SDataReaderClass defines no methods, child classes can define methods as required.
Return the given SDataWriter child class object as a SDataWriter object.
Parameters: |
|
---|---|
Return: | Given object as SDataWriter* type. |
Note: | This casting is not safety checked. |
Return the given SDataReader child class object as a SDataReader object.
Parameters: |
|
---|---|
Return: | Given object as SDataReader* type. |
Note: | This casting is not safety checked. |