|
T | DeserializeObject< T > (string json) |
|
T | DeserializeObject< T > (string json, object jsonSerializerStrategy) |
|
object | DeserializeObject (string json) |
|
string | SerializeObject (object json) |
|
string | SerializeObject (object json, object jsonSerializerStrategy) |
|
T | DeserializeObject< T > (string serialized) |
|
T | DeserializeObject< T > (string serialized, object serializerStrategy) |
|
object | DeserializeObject (string serialized) |
|
string | SerializeObject (object obj) |
|
string | SerializeObject (object obj, object serializerStrategy) |
|
|
static PlayFabSimpleJsonCuztomization | ApiSerializerStrategy = new PlayFabSimpleJsonCuztomization() |
| Most users shouldn't access this JsonWrapper.Serialize, and JsonWrapper.Deserialize will always use it automatically (Unless you deliberately mess with them) Any Serialization of an object in the PlayFab namespace should just use JsonWrapper.
|
|
◆ DeserializeObject()
object PlayFab.Json.SimpleJsonInstance.DeserializeObject |
( |
string |
json | ) |
|
|
inline |
◆ DeserializeObject< T >() [1/2]
T PlayFab.Json.SimpleJsonInstance.DeserializeObject< T > |
( |
string |
json | ) |
|
|
inline |
◆ DeserializeObject< T >() [2/2]
T PlayFab.Json.SimpleJsonInstance.DeserializeObject< T > |
( |
string |
json, |
|
|
object |
jsonSerializerStrategy |
|
) |
| |
|
inline |
◆ SerializeObject() [1/2]
string PlayFab.Json.SimpleJsonInstance.SerializeObject |
( |
object |
json | ) |
|
|
inline |
◆ SerializeObject() [2/2]
string PlayFab.Json.SimpleJsonInstance.SerializeObject |
( |
object |
json, |
|
|
object |
jsonSerializerStrategy |
|
) |
| |
|
inline |
The documentation for this class was generated from the following file:
- C:/Transhuman/S2/Assets/Plugins/Teal-Net/Plugins/PlayFabSDK/Shared/Internal/ISerializer.cs