TypeRegistry ClassNFX Class Library

[This is preliminary documentation and is subject to change.]

Provides a registry of types, types that do not need to be described in a serialization stream
Inheritance Hierarchy

OnlineSystem Object
  NFX.Serialization.Slim TypeRegistry

Namespace: NFX.Serialization.Slim
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

[SerializableAttribute]
public class TypeRegistry : IEnumerable<Type>, 
	IEnumerable, ISerializable
See Also