Name

SerializationEntry

Synopsis

This class encapsulates the information used for a single member stored within SerializationInfo. This object stores the Name of the object, its Value, and the ObjectType. SerializationEntry instances are the elements returned via the SerializationInfoEnumerator.

Public Structure SerializationEntry
                  ' Public Instance Properties
   Public ReadOnly Property Name As String  
   Public ReadOnly Property ObjectType As Type  
   Public ReadOnly Property Value As Object  
End Structure

Hierarchy

System.ObjectSystem.ValueType SerializationEntry

Returned By

SerializationInfoEnumerator.Current

Get VB.NET Core Classes in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.