Edit

Share via


SerializationRecord Class

Definition

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

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)
TypeNameMatches(Type)

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

Applies to