ArowSerializer Register Method NFX Class Library

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

Registers ITypeSerializationCore so it can be used globaly to serialize TypedRows in Arow format

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

public static bool Register(
	Type tRow,
	ITypeSerializationCore core
)

Return Value

Type: OnlineBoolean
See Also