C# 클래스 PlayFab.Internal.PlayFabUtil.MyJsonSerializerStrategy

상속: PocoJsonSerializerStrategy
파일 보기 프로젝트 열기: PlayFab/PlayFab-Samples

공개 메소드들

메소드 설명
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