SFSObjectNewFromBinaryData Method |
Returns a new SFSObject instance.
Namespace:
Sfs2X.Entities.Data
Assembly:
SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax public static SFSObject NewFromBinaryData(
ByteArray ba
)
Parameters
- ba
- Type: Sfs2X.UtilByteArray
The ByteArray representation of a SFSObject.
Return Value
Type:
SFSObjectA new SFSObject instance.
Remarks
This is an alternative static constructor that builds an SFSObject from a valid SFSObject binary representation.
See Also