BinaryConvertSerializeT(IEnumerableT) Method

Definition

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

Parameters

values  IEnumerableT
 

Type Parameters

T

Return Value

Byte

See Also