module CrystalByteProtocol::Client(C)

Defined in:

client.cr

Instance Method Summary

Instance Method Detail

def deserialize?(message : Bytes) #

Deserialize the bytes message to an object. Returns nil if the first message byte does not match any type.


[View source]