Reads the JSON document and returns the deserialized object.
Namespace: CarDeliveryNetwork.Api.Data
Assembly: CarDeliveryNetwork.Api.Data (in CarDeliveryNetwork.Api.Data.dll) Version: 3.2.3011.0 (3.2.3011)
Syntax
public static ApiError FromString( string serializedObject, MessageFormat format = MessageFormat.Json )
Parameters
- serializedObject
- Type: SystemString
The JSON serialized object. - format (Optional)
- Type: CarDeliveryNetwork.TypesMessageFormat
Format to deserialize from.
Return Value
Type: ApiErrorThe deserialized object.
See Also