WireFormatData Struct

Definition

Intermediate wire-format bytes produced by Translate<T>(T). Call To<T>() to deserialize as the target model type.

public readonly struct WireFormatData
type WireFormatData = struct
Public Structure WireFormatData
Inheritance
WireFormatData

Methods

Name Description
To<T>()

Deserializes the wire-format bytes as T. The target type must share the same JSON wire contract as the source type that produced this data.

Applies to