BinaryConvertSerializeT(IEnumerableT) Method
Namespace: Jodosoft.PrimitivesAssembly: Jodosoft.Primitives (in Jodosoft.Primitives.dll) Version: 2.0
public static byte[] Serialize<T>(
IEnumerable<T> values
)
where T : struct, new(), IProvider<IBinaryIO<T>>
Public Shared Function Serialize(Of T As {Structure, New, IProvider(Of IBinaryIO(Of T))}) (
values As IEnumerable(Of T)
) As Byte()
public:
generic<typename T>
where T : value class, gcnew(), IProvider<IBinaryIO<T>^>
static array<unsigned char>^ Serialize(
IEnumerable<T>^ values
)
static member Serialize :
values : IEnumerable<'T> -> byte[] when 'T : struct, new() and IProvider<IBinaryIO<'T>>
- values IEnumerableT
-
- T
Byte