Method | Description | |
---|---|---|
AsAddressType ( string s ) : AddressType | ||
AsLocationType ( string s ) : LocationType | ||
AsResponseStatus ( string s ) : ServiceResponseStatus | ||
CanConvert ( |
||
ReadJson ( |
||
WriteJson ( |
Method | Description | |
---|---|---|
AsPlaceType ( string s ) : Places.PlaceType |
public static AsAddressType ( string s ) : AddressType | ||
s | string | |
return | AddressType |
public static AsLocationType ( string s ) : LocationType | ||
s | string | |
return | LocationType |
public static AsResponseStatus ( string s ) : ServiceResponseStatus | ||
s | string | |
return | ServiceResponseStatus |
public CanConvert ( |
||
objectType | ||
return | bool |
public ReadJson ( |
||
reader | ||
objectType | ||
existingValue | object | |
serializer | ||
return | object |
public WriteJson ( |
||
writer | ||
value | object | |
serializer | ||
return | void |