Uses of Class
com.smartfoxserver.v2.entities.data.SFSObject
-
Packages that use SFSObject Package Description com.smartfoxserver.v2.entities.data -
-
Uses of SFSObject in com.smartfoxserver.v2.entities.data
Subclasses of SFSObject in com.smartfoxserver.v2.entities.data Modifier and Type Class Description class
SFSObjectLite
Methods in com.smartfoxserver.v2.entities.data that return SFSObject Modifier and Type Method Description static SFSObject
SFSObject. newFromBinaryData(byte[] bytes)
Rebuild an SFSObject form its binary formstatic 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
SFSObject. newInstance()
Static constructor, similar to new SFSObject();static SFSObject
SFSObjectLite. newInstance()
-