Show / Hide Table of Contents

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 Source

GetJsonSerializer()

Gets the JSON serializer for this serialization context.

Declaration
JsonSerializer GetJsonSerializer()
Returns
Type Description
JsonSerializer

A JSON serializer.

  • View Source
In this article
Back to top Copyright © DNV AS. All rights reserved.