C# Класс PlayFab.Internal.PlayFabUtil.MyJsonSerializerStrategy

Наследование: PocoJsonSerializerStrategy
Показать файл Открыть проект

Открытые методы

Метод Описание
DeserializeObject ( object value, Type type ) : object

Convert the json value into the destination field/property

Защищенные методы

Метод Описание
TrySerializeKnownTypes ( object input, object &output ) : bool

Set output to a string that represents the input object

Описание методов

DeserializeObject() публичный Метод

Convert the json value into the destination field/property
public DeserializeObject ( object value, Type type ) : object
value object
type System.Type
Результат object

TrySerializeKnownTypes() защищенный Метод

Set output to a string that represents the input object
protected TrySerializeKnownTypes ( object input, object &output ) : bool
input object
output object
Результат bool