RazorEngine


ActLikeProxySerializationHelper

Defined in RazorEngine.dll.

Support Deserializing the proxy since on separate runs of an executable

Constructors

ConstructorDescription
new()
Signature: unit -> unit

Instance members

Instance memberDescription
GetRealObject(context)
Signature: context:StreamingContext -> obj
Modifiers: abstract

Returns the real object that should be deserialized, rather than the object that the serialized stream specifies.

Returns: Returns the actual object that is put into the graph.

Fork me on GitHub