Click or drag to resize
BinarySerializationReflectionUtils Methods

The BinarySerializationReflectionUtils type exposes the following members.

Methods
  NameDescription
Public methodStatic memberReflectFields
Enumerates all instance fields of the specified type who have the SerializeMemberAttribute applied, ordered by name.
Public methodStatic memberReflectProperties
Enumerates all instance properties of the specified type who have the SerializeMemberAttribute applied, ordered by name.
Top
See Also