SerializationRecord Class
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
Every instance returned to the end user can be either PrimitiveTypeRecord<T>, a ClassRecord, or an ArrayRecord.
Id |
Gets the ID of the record. |
Record |
Gets the type of the record. |
Type |
Gets the name of the serialized type. |
Type |
Compares the type name read from the payload against the specified type. |
Product | Versions |
---|---|
.NET | 8 (package-provided), 9 (package-provided), 10 (package-provided) |
.NET Standard | 2.0 (package-provided) |
Windows Desktop | 9, 10 |
.NET feedback
.NET is an open source project. Select a link to provide feedback: