Namespace Si.Srp.Models.Common.Serialisation
Classes
Serialiser<TType>
Represents an implementation of ISerialiser using Newtonsoft Json.NET
SerialiserSettings
Represents settings for serialisation
TypeToStringConverter<T>
Represents a converter that swaps generic type for string to overcome json precision issues
ValidationException
Represents a validation exception
Interfaces
ISerialiser<TType>
Represents an interface for the serialisation of TType