Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
cbor
v1.0.0
Array
CBOR
BytesArray
Decoder
Diagnostic
Encoder
Field
Lexer
ParseError
Serializable
Options
Unmapped
SerializationError
SimpleValue
Tag
Token
ArrayT
BreakT
BytesT
FloatT
IntT
MapT
SimpleValueT
StringT
T
TagT
Type
Enum
Hash
NamedTuple
Object
Set
Time
EpochConverter
Format
RFC_3339
Tuple
UUID
Built with Crystal 1.9.2
2023-10-07 22:06:56 UTC
abstract class
Object
Overview
Object
is the base type of all Crystal objects.
Defined in:
cbor/to_cbor.cr
Class Method Summary
.from_cbor
(string_or_io)
Instance Method Summary
#to_cbor
(io : IO)
#to_cbor
(encoder : CBOR::Encoder)
#to_cbor
: Bytes
Class Method Detail
def self.
from_cbor
(string_or_io)
#
[
View source
]
Instance Method Detail
def
to_cbor
(io : IO)
#
[
View source
]
def
to_cbor
(encoder :
CBOR::Encoder
)
#
[
View source
]
def
to_cbor
: Bytes
#
[
View source
]