| Class | Description | |
|---|---|---|
![]() | Binder | Controls class loading and mandates what class to load. |
![]() | CodeDomSerializationInfo | Provides information about the serialization of an object at design time |
![]() | InfragisticsSerializer | |
![]() | ObjectStreamer | Serializable class for serializing the properties of another object. |
![]() | RootValueWrapper | Wraps a non-System.Runtime.Serialization.ISerializable value so it can be passed as the root of InfragisticsSerializer.Serialize. The inner value is written as a single System.Runtime.Serialization.SerializationInfo entry, which lets the writer dispatch on the value's actual type (e.g. TypeTag.Image, TypeTag.SerializableFields). |
![]() | SerializationFactories | |
![]() | Utils | Utility class containing static helper functions |
| Interface | Description | |
|---|---|---|
![]() | ICodeDomSerializable | Interface used for receiving design time serialization and deserialization notifications |
![]() | ICodeDomSerializableEX | Interface used for receiving design time serialization and deserialization notifications including notifications when the manager has completed the serialization process. |
| Structure | Description | |
|---|---|---|
![]() | CursorWrapper | Wrapper class for serializing a System.Windows.Forms.Cursor instance |
![]() | ObjectWrapper | Wrapper class for serializing the value of a property whose type is object and whose value is a simple type. |
![]() | TypeWrapper | Wrapper class for serializing a System.Type instance |