SerializationUtils FindSerializationAttributedMethods Method NFX Class Library

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

Finds methods decorated by [On(De)Seriali(zing/zed)]

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

public static List<MethodInfo> FindSerializationAttributedMethods(
	Type t,
	Type atype
)

Return Value

Type: OnlineList OnlineMethodInfo 
List(MethodInfo) that qualifies or NULL if none found
See Also