[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.ArowAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public static bool Register(
Type tRow,
ITypeSerializationCore core
)
public static bool Register(
Type tRow,
ITypeSerializationCore core
)
Public Shared Function Register (
tRow As Type,
core As ITypeSerializationCore
) As Boolean
Public Shared Function Register (
tRow As Type,
core As ITypeSerializationCore
) As Boolean
public:
static bool Register(
Type^ tRow,
ITypeSerializationCore^ core
)
public:
static bool Register(
Type^ tRow,
ITypeSerializationCore^ core
)
static member Register :
tRow : Type *
core : ITypeSerializationCore -> boolstatic member Register :
tRow : Type *
core : ITypeSerializationCore -> boolReturn Value
Type:
Boolean