C# Class PlayFab.Internal.PlayFabUtil.MyJsonSerializerStrategy

Inheritance: PocoJsonSerializerStrategy
Afficher le fichier Open project: PlayFab/PlayFab-Samples

Méthodes publiques

Méthode Description
DeserializeObject ( object value, Type type ) : object

Convert the json value into the destination field/property

Méthodes protégées

Méthode Description
TrySerializeKnownTypes ( object input, object &output ) : bool

Set output to a string that represents the input object

Method Details

DeserializeObject() public méthode

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

TrySerializeKnownTypes() protected méthode

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