Table of Contents

Namespace Yarhl.IO.Serialization

Namespaces

Yarhl.IO.Serialization.Attributes

Classes

BinaryDeserializer

Binary deserialization of objects based on their attributes. Equivalent of converting a binary format into an object.

BinarySerializer

Binary serialization of objects based on attributes. Equivalent to convert an object into binary.

DefaultTypePropertyNavigator

Field navigator for types that iterate over public non-static properties only. It includes inherited properties. It follows the order given by the order attribute.

FieldInfo

Information of a field member of a type.

Interfaces

ITypeFieldNavigator

Interface to provide implementations that iterate over fields of types.