ActLikeProxySerializationHelper
Defined in RazorEngine.dll.
Support Deserializing the proxy since on separate runs of an executable
Constructors
Constructor | Description |
new()
Signature: unit -> unit
|
Instance members
Instance member | Description |
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. |