Click or drag to resize

AnonymousDataMemberAttributes Class

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.
Inheritance hierarchy
SystemObject
  SystemAttributes
    NetEti.ObjectSerializerAnonymousDataMemberAttribute

Namespace: NetEti.ObjectSerializer
Assembly: NetEti.ObjectSerializer (in NetEti.ObjectSerializer.dll) Version: 1.0.0+3401da3cf5a9b62af93a112ab3b276c2efb89060
Syntax
public class AnonymousDataMemberAttribute : Attributes

The AnonymousDataMemberAttribute Type exposes the following members.

Constructors
 NameDescription of the
Public MethodAnonymousDataMemberAttributeinitializes a new instance of the AnonymousDataMemberAttribute class
Back to the top
See also