Net |
| Class | Description of the | |
|---|---|---|
| AnonymousDataMemberAttribute | AnonymousDataMember or AnonymousDataMemberAttribute identifies a DataMember, which is declared as an 'object', but which at runtime can contain instances of various unknown types. Here you cannot serialize directly via [DataContract] and [DataMember]. The data must be processed separately. | |
| SerialisationUtility | Provides support for the serialisation and de-serialisation of objects. |