PinnedBufferSerializeT Method |
Namespace:
Arsenal.ImageMounter.IO
Assembly:
Arsenal.ImageMounter (in Arsenal.ImageMounter.dll) Version: 1.0.0.0 (3.4.140.0)
Syntax public static PinnedBuffer<byte> Serialize<T>(
T instance
)
where T : struct, new()
Public Shared Function Serialize(Of T As {Structure, New}) (
instance As T
) As PinnedBuffer(Of Byte)
public:
generic<typename T>
where T : value class, gcnew()
static PinnedBuffer<unsigned char>^ Serialize(
T instance
)
static member Serialize :
instance : 'T -> PinnedBuffer<byte> when 'T : struct, new()
Parameters
- instance
- Type: T
Type Parameters
- T
Return Value
Type:
PinnedBufferByteSee Also