Click or drag to resize
BinarySerializationReflectionUtils Class
Reflection utility methods for binary serialization and deserialization.
Inheritance Hierarchy
SystemObject
  Slash.Serialization.BinaryBinarySerializationReflectionUtils

Namespace: Slash.Serialization.Binary
Assembly: Slash.Serialization (in Slash.Serialization.dll) Version: 1.0.6018.40176
Syntax
public static class BinarySerializationReflectionUtils

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