Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
protodec
v0.1.3
Top Level Namespace
IOType
Protodec
Any
Tag
Type
VarLong
Built with Crystal 1.9.2
2023-10-07 23:47:32 UTC
enum
IOType
Defined in:
protodec.cr
Enum Members
Base64
=
0
Hex
=
1
Raw
=
2
Json
=
3
JsonPretty
=
4
Instance Method Summary
#base64?
#hex?
#json?
#json_pretty?
#raw?
Instance Method Detail
def
base64?
#
[
View source
]
def
hex?
#
[
View source
]
def
json?
#
[
View source
]
def
json_pretty?
#
[
View source
]
def
raw?
#
[
View source
]