C# Class PlayFab.Internal.PlayFabUtil.MyJsonSerializerStrategy

Inheritance: PocoJsonSerializerStrategy
Datei anzeigen Open project: PlayFab/PlayFab-Samples

Public Methods

Method Description
DeserializeObject ( object value, Type type ) : object

Convert the json value into the destination field/property

Protected Methods

Method Description
TrySerializeKnownTypes ( object input, object &output ) : bool

Set output to a string that represents the input object

Method Details

DeserializeObject() public method

Convert the json value into the destination field/property
public DeserializeObject ( object value, Type type ) : object
value object
type System.Type
return object

TrySerializeKnownTypes() protected method

Set output to a string that represents the input object
protected TrySerializeKnownTypes ( object input, object &output ) : bool
input object
output object
return bool