Share via


IMutableProperty.SetJsonValueReaderWriterType(Type) Method

Definition

Sets the type of JsonValueReaderWriter<TValue> to use for this property for this property.

public void SetJsonValueReaderWriterType (Type? readerWriterType);
abstract member SetJsonValueReaderWriterType : Type -> unit
Public Sub SetJsonValueReaderWriterType (readerWriterType As Type)

Parameters

readerWriterType
Type

A type that derives from JsonValueReaderWriter<TValue>, or null to use the reader/writer from the type mapping.

Applies to