C# 클래스 CarDeliveryNetwork.Api.Data.DeviceRegistration

DeviceRegistration
상속: IApiEntity
파일 보기 프로젝트 열기: cardeliverynetwork/openapi.net

공개 메소드들

메소드 설명
FromString ( string serializedObject ) : DeviceRegistration

Reads the JSON document and returns the deserialized object.

FromString ( string serializedObject, MessageFormat format ) : DeviceRegistration

Reads the JSON or XML document and returns the deserialized object.

ToString ( ) : string

Returns a serial representation of the object in JSON format.

ToString ( MessageFormat format ) : string

Returns a serial representation of the object in the specified format.

메소드 상세

FromString() 공개 정적인 메소드

Reads the JSON document and returns the deserialized object.
public static FromString ( string serializedObject ) : DeviceRegistration
serializedObject string The JSON serialized object.
리턴 DeviceRegistration

FromString() 공개 정적인 메소드

Reads the JSON or XML document and returns the deserialized object.
public static FromString ( string serializedObject, MessageFormat format ) : DeviceRegistration
serializedObject string The serialized object.
format MessageFormat The format of the serialized object.
리턴 DeviceRegistration

ToString() 공개 메소드

Returns a serial representation of the object in JSON format.
public ToString ( ) : string
리턴 string

ToString() 공개 메소드

Returns a serial representation of the object in the specified format.
public ToString ( MessageFormat format ) : string
format MessageFormat Format to serialize to.
리턴 string