SerializationInfoEnumerator Class
Assembly: mscorlib (in mscorlib.dll)
'Declaration <ComVisibleAttribute(True)> _ Public NotInheritable Class SerializationInfoEnumerator Implements IEnumerator 'Usage Dim instance As SerializationInfoEnumerator
/** @attribute ComVisibleAttribute(true) */ public final class SerializationInfoEnumerator implements IEnumerator
ComVisibleAttribute(true) public final class SerializationInfoEnumerator implements IEnumerator
The current class is a standard enumerator that parses over the values stored in SerializationInfo. Instead of recording the values, the SerializationInfoEnumerator keeps pointers to the member variables of the SerializationInfo that created it.
This class follows the IEnumerator mechanism.
The following code example shows how to use the FormatterServices class in order to properly serialize or deserialize an object where the base class does not implement ISerializable but the derived class does.
Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.