Interface ISerializationContext
Allows injection of customized serializer
Namespace: DNVGL.One.Compute.Core.Serialization
Assembly: DNVGL.One.Compute.Core.dll
Syntax
public interface ISerializationContext
Methods
View SourceGetJsonSerializer()
Gets the JSON serializer for this serialization context.
Declaration
JsonSerializer GetJsonSerializer()
Returns
Type | Description |
---|---|
JsonSerializer | A JSON serializer |