C# 클래스 Google.Maps.JsonEnumTypeConverter

상속: Newtonsoft.Json.JsonConverter
파일 보기 프로젝트 열기: ericnewton76/gmaps-api-net

공개 메소드들

메소드 설명
AsAddressType ( string s ) : AddressType
AsLocationType ( string s ) : LocationType
AsResponseStatus ( string s ) : ServiceResponseStatus
CanConvert ( Type objectType ) : bool
ReadJson ( JsonReader reader, Type objectType, object existingValue, JsonSerializer serializer ) : object
WriteJson ( JsonWriter writer, object value, JsonSerializer serializer ) : void

비공개 메소드들

메소드 설명
AsPlaceType ( string s ) : Places.PlaceType

메소드 상세

AsAddressType() 공개 정적인 메소드

public static AsAddressType ( string s ) : AddressType
s string
리턴 AddressType

AsLocationType() 공개 정적인 메소드

public static AsLocationType ( string s ) : LocationType
s string
리턴 LocationType

AsResponseStatus() 공개 정적인 메소드

public static AsResponseStatus ( string s ) : ServiceResponseStatus
s string
리턴 ServiceResponseStatus

CanConvert() 공개 메소드

public CanConvert ( Type objectType ) : bool
objectType System.Type
리턴 bool

ReadJson() 공개 메소드

public ReadJson ( JsonReader reader, Type objectType, object existingValue, JsonSerializer serializer ) : object
reader Newtonsoft.Json.JsonReader
objectType System.Type
existingValue object
serializer Newtonsoft.Json.JsonSerializer
리턴 object

WriteJson() 공개 메소드

public WriteJson ( JsonWriter writer, object value, JsonSerializer serializer ) : void
writer Newtonsoft.Json.JsonWriter
value object
serializer Newtonsoft.Json.JsonSerializer
리턴 void