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