Read Method
Read(Byte[])
Converts given byte array to object
Declaration
T Read(byte[] buffer)
Parameters
Byte[] | buffer | that object will be read from |
Returns
T | deserialized object |
Exceptions
IOException | System.IO.IOException |