Share via


ModelReaderWriter Class

Definition

Provides functionality to read and write IPersistableModel<T> and IJsonModel<T>.

public static class ModelReaderWriter
type ModelReaderWriter = class
Public Class ModelReaderWriter
Inheritance
ModelReaderWriter

Methods

Read(BinaryData, Type, ModelReaderWriterOptions)

Converts the BinaryData into a returnType.

Read<T>(BinaryData, ModelReaderWriterOptions)

Converts the BinaryData into a T.

Write(Object, ModelReaderWriterOptions)

Converts the value of a model into a BinaryData.

Write<T>(T, ModelReaderWriterOptions)

Converts the value of a model into a BinaryData.

Applies to