Reading/Writing and loading/saving of serialized objects and files.
SSerializedObjectRegister | Register the given SSerializedObjectClass with the Speect Engine. |
SSerializedObjectFree | Free the given SSerializedObjectClass from the Speect Engine. |
SSerializedObjectGet | Get the given SSerializedObjectClass from the Speect Engine. |
SSerializedFileRegister | Register the given SSerializedFileClass with the Speect Engine. |
SSerializedFileFree | Free the given SSerializedFileClass from the Speect Engine. |
SSerializedObjectRead | Read an object’s data from a serialized data source. |
SSerializedObjectWrite | Write an object’s data to a serialized data source. |
The abstract serialized file structure.
Provides an abstract interface to a serialized file reader/writer. All classes that want to read/write an SObject type from/to file must inherit from this object’s class.
The abstract serialized file class structure.
SSerializedFileClass Structure
The abstract serialized object structure.
Definition of the serialized object data source.
Provides an abstract interface to a serialized object reader/writer. All classes that want to read/write an SObject type from/to file must inherit from this object’s class.
The abstract serialized object class structure.
Register the given SSerializedObjectClass with the Speect Engine.
Parameters: |
|
---|
Free the given SSerializedObjectClass from the Speect Engine.
Parameters: |
|
---|
Get the given SSerializedObjectClass from the Speect Engine.
Parameters: |
|
---|---|
Return: | A serialized object formatter. |
Register the given SSerializedFileClass with the Speect Engine.
Parameters: |
|
---|
Free the given SSerializedFileClass from the Speect Engine.
Parameters: |
|
---|
Read an object’s data from a serialized data source.
This is just a wrapper function for the class method.
Parameters: |
|
---|
Write an object’s data to a serialized data source.
This is just a wrapper function for the class method.
Parameters: |
|
---|