SerializationUtils InvokeSerializationAttributedMethods Method NFX Class Library

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

Calls method in the list that was returned by a call to FindSerializationAttributedMethods

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

public static void InvokeSerializationAttributedMethods(
	List<MethodInfo> methods,
	Object instance,
	StreamingContext streamingContext
)

Parameters

methods
Type: OnlineSystem.Collections.Generic List OnlineMethodInfo 
list that was returned by a call to FindSerializationAttributedMethods
instance
Type: OnlineSystem Object
Instance to invoke mathods on
streamingContext
Type: OnlineSystem.Runtime.Serialization StreamingContext
Streaming Context
See Also