Beamable SDK
Public Member Functions | List of all members
PubNubMessaging.Core.IJsonPluggableLibrary Interface Reference
Inheritance diagram for PubNubMessaging.Core.IJsonPluggableLibrary:
Inheritance graph
[legend]

Public Member Functions

bool IsArrayCompatible (string jsonString)
 
bool IsDictionaryCompatible (string jsonString)
 
string SerializeToJsonString (object objectToSerialize)
 
List< object > DeserializeToListOfObject (string jsonString)
 
object DeserializeToObject (string jsonString)
 
IDictionary< string, object > DeserializeToDictionaryOfObject (string jsonString)
 

The documentation for this interface was generated from the following file: