C# 클래스 PhotonWire.HubInvoker.JsonPhotonSerializer

파일 보기 프로젝트 열기: neuecc/PhotonWire 1 사용 예제들

공개 메소드들

메소드 설명
Deserialize ( object value ) : object
Serialize ( string typeName, string obj ) : object

메소드 상세

Deserialize() 공개 정적인 메소드

public static Deserialize ( object value ) : object
value object
리턴 object

Serialize() 공개 정적인 메소드

public static Serialize ( string typeName, string obj ) : object
typeName string
obj string
리턴 object