Method Write
- Namespace
- GrindFest
- Assembly
- GrindFest.dll
Write<T>(T, byte)
Encodes a payload stamped with version.
public static byte[] Write<T>(T value, byte version = 1) where T : class
Parameters
valueTversionbyte
Returns
- byte[]
Type Parameters
T