Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
socket_io
main
EngineIO
Client
Decoder
Packet
PacketType
SocketIO
Client
CorrelationID
Decoder
Decoders
BaseDecoder
MsgpackDecoder
Emitter
Event
EventHandler
JsonParser
MsgpackParser
Packet
PacketType
Parser
Built with Crystal 1.9.2
2023-10-07 18:33:34 UTC
abstract class
SocketIO::Parser
SocketIO::Parser
Reference
Object
Direct Known Subclasses
SocketIO::JsonParser
SocketIO::MsgpackParser
Defined in:
socket_io/parser.cr
Instance Method Summary
#parse
(x : Array)
#parse
(x : Hash)
#parse
(x)
Instance Method Detail
abstract def
parse
(x : Array)
#
[
View source
]
abstract def
parse
(x : Hash)
#
[
View source
]
abstract def
parse
(x)
#
[
View source
]