BinaryConvertSerializeT(T) Method

Definition

Namespace: Jodosoft.Primitives
Assembly: Jodosoft.Primitives (in Jodosoft.Primitives.dll) Version: 2.0
public static byte[] Serialize<T>(
	T value
)
where T : struct, new(), IProvider<IBinaryIO<T>>

Parameters

value  T
 

Type Parameters

T

Return Value

Byte

See Also