SerializeAbsoluteContext Class
Assembly: System.Design (in system.design.dll)
The ComponentSerializationService supports absolute serialization. This means that instead of serializing only values that differ from an object's default values, all values are serialized, allowing values to be reset to their defaults for objects that may have already been initialized. When a component serialization service wishes to indicate this behavior to CodeDomSerializer objects, it will place a SerializeAbsoluteContext object on the context stack. The member in this context may be a null reference (Nothing in Visual Basic), to indicate that all members are serialized, or it can indicate that only a specific member is being serialized at this time.
Windows 98, Windows Server 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 Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.