IJsonSerializer Interface |
Namespace: ErrorUnit.Interfaces
public interface IJsonSerializer
The IJsonSerializer type exposes the following members.
Name | Description | |
---|---|---|
serializerSettings |
Gets or sets the serializer settings.
|
Name | Description | |
---|---|---|
DeserializeT |
Deserializes the specified json.
| |
SerializeT |
Serializes the specified object.
|