ClassesClasses | | Operators |
Page not available for the currently selected syntax (programming language).
Page not available for the currently selected syntax (programming language).
HSerializedItem — Represents an instance of a serializied item.
CreateSerializedItemPtr | Create a serialized item. |
This operator is not available as a class member but will be called automatically when the resources of the object instances are to be released. This occurs in the finalization stage of garbage collection, or upon an explicit call of the Dispose() method.
ClearSerializedItem | Delete a serialized item. |
CreateSerializedItemPtr | Create a serialized item. | |
FreadSerializedItem | Read a serialized item from a file. | |
FwriteSerializedItem | Write a serialized item to a file. | |
GetSerializedItemPtr | Access the data pointer of a serialized item. | |
ReceiveSerializedItem | Receive a serialized item over a socket connection. | |
SendSerializedItem | Send a serialized item over a socket connection. |
HSerializedItem — Represents an instance of a serializied item.
CreateSerializedItemPtr | Create a serialized item. |
This operator is not available as a class member but will be called automatically by the destructor. This occurs when a local variable goes out of scope or an instance on the heap is deleted.
ClearSerializedItem | Delete a serialized item. |
CreateSerializedItemPtr | Create a serialized item. | |
FreadSerializedItem | Read a serialized item from a file. | |
FwriteSerializedItem | Write a serialized item to a file. | |
GetSerializedItemPtr | Access the data pointer of a serialized item. | |
ReceiveSerializedItem | Receive a serialized item over a socket connection. | |
SendSerializedItem | Send a serialized item over a socket connection. |
ClassesClasses | | Operators |