WireFormatData Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |