Click or drag to resize
SerializeMemberAttribute Class
Member should be serialized with reflection.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    Slash.SerializationSerializeMemberAttribute

Namespace: Slash.Serialization
Assembly: Slash.Serialization (in Slash.Serialization.dll) Version: 1.0.6018.40176
Syntax
public class SerializeMemberAttribute : Attribute

The SerializeMemberAttribute type exposes the following members.

Constructors
  NameDescription
Public methodSerializeMemberAttribute
Initializes a new instance of the SerializeMemberAttribute class
Top
See Also