Package | Description |
---|---|
com.smartfoxserver.v2.entities.data |
Modifier and Type | Class and Description |
---|---|
class |
SFSArrayLite |
Modifier and Type | Method and Description |
---|---|
static SFSArray |
SFSArray.newFromBinaryData(byte[] bytes)
Rebuild an SFSArray form its binary form
|
static SFSArray |
SFSArray.newFromJsonData(java.lang.String jsonStr)
Creates an SFSObject from a JSON literal.
|
static SFSArray |
SFSArray.newFromResultSet(java.sql.ResultSet rset) |
static SFSArray |
SFSArray.newInstance()
Static constructor, similar to new SFSArray();
|