module CrystalByteProtocol::Client(C)
Defined in:
client.crInstance Method Summary
-
#deserialize?(message : Bytes)
Deserialize the bytes message to an object.
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.