Package | Description |
---|---|
com.smartfoxserver.v2.entities.data |
Modifier and Type | Class and Description |
---|---|
class |
SFSObjectLite |
Modifier and Type | Method and Description |
---|---|
static SFSObject |
SFSObject.newFromBinaryData(byte[] bytes)
Rebuild an SFSObject form its binary form
|
static SFSObject |
SFSObject.newFromObject(java.lang.Object o)
Converts any POJO (Plain Old Java Object) into an SFSObject providing a number of conventions and supported data types.
|
static SFSObject |
SFSObject.newFromResultSet(java.sql.ResultSet rset) |
static SFSObject |
SFSObjectLite.newInstance() |
static SFSObject |
SFSObject.newInstance()
Static constructor, similar to new SFSObject();
|