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 classSFSObjectLiteMethods in com.smartfoxserver.v2.entities.data that return SFSObject Modifier and Type Method Description static SFSObjectSFSObject. newFromBinaryData(byte[] bytes)Rebuild an SFSObject form its binary formstatic SFSObjectSFSObject. 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 SFSObjectSFSObject. newFromResultSet(java.sql.ResultSet rset)static SFSObjectSFSObject. newInstance()Static constructor, similar to new SFSObject();static SFSObjectSFSObjectLite. newInstance()
-