PortableObjectDocumentDeserializationTransform ClassNFX Class Library

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

Represents an entity that knows how to transform/apply CLR data types from PortableObjectDocument
Inheritance Hierarchy

OnlineSystem Object
  OnlineSystem Attribute
    NFX.Serialization.POD PortableObjectDocumentDeserializationTransform

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

[AttributeUsageAttribute(AttributeTargets.Class|AttributeTargets.Struct|AttributeTargets.Interface, AllowMultiple = false, 
	Inherited = false)]
public abstract class PortableObjectDocumentDeserializationTransform : Attribute
See Also