SerializationRecord Class
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.
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
Id |
Gets the ID of the record. |
RecordType |
Gets the type of the record. |
TypeName |
Gets the name of the serialized type. |
Methods
TypeNameMatches(Type) |
Compares the type name read from the payload against the specified type. |
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.