Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

SerializationRecord Class

Definition

Namespace:
System.Formats.Nrbf
Assembly:
System.Formats.Nrbf.dll
Package:
System.Formats.Nrbf v11.0.0-preview.5.26302.115
Source:
SerializationRecord.cs
Source:
SerializationRecord.cs
Source:
SerializationRecord.cs
Source:
SerializationRecord.cs
Source:
SerializationRecord.cs

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.

Abstract class that represents the serialization record.

public ref class SerializationRecord abstract
public abstract class SerializationRecord
type SerializationRecord = class
Public MustInherit Class SerializationRecord
Inheritance
SerializationRecord
Derived

Remarks

Every instance returned to the end user can be either PrimitiveTypeRecord<T>, a ClassRecord, or an ArrayRecord.

Properties

Name Description
Id

Gets the ID of the record.

RecordType

Gets the type of the record.

TypeName

Gets the name of the serialized type.

Methods

Name Description
TypeNameMatches(Type)

Compares the type name read from the payload against the specified type.

Applies to


Feedback

Was this page helpful?