TypeManifestOptions.FieldCodecs Property
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.
Gets the set of known field codecs, which are responsible for serializing and deserializing fields of a given type.
public System.Collections.Generic.HashSet<Type> FieldCodecs { get; }
member this.FieldCodecs : System.Collections.Generic.HashSet<Type>
Public ReadOnly Property FieldCodecs As HashSet(Of Type)