CodeDomComponentSerializationService::SerializeAbsolute Method (SerializationStore^, Object^)
.NET Framework (current version)
Serializes the given object, accounting for default property values.
Assembly: System.Design (in System.Design.dll)
public: virtual void SerializeAbsolute( SerializationStore^ store, Object^ value ) override
Parameters
- store
-
Type:
System.ComponentModel.Design.Serialization::SerializationStore^
The SerializationStore to which value will be serialized.
- value
-
Type:
System::Object^
The object to serialize.
| Exception | Condition |
|---|---|
| ArgumentNullException | store or value is null. |
| InvalidOperationException | store is closed, or store is not a supported type of serialization store. Use a store returned by CreateStore. |
The store can be used to serialize more than one object by calling this method more than once.
.NET Framework
Available since 2.0
Available since 2.0
Show: