dyn_serialize DelegateNFX Class Library

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

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

internal delegate void dyn_serialize(
	TypeSchema schema,
	SlimWriter writer,
	TypeRegistry tregistry,
	RefPool refs,
	Object instance,
	StreamingContext context
)
See Also