module
Amber::Schema::CBOR
Extended Modules
Defined in:
amber/schema/cbor.crConstant Summary
-
MAX_BODY_BYTES =
1048576 -
MAX_DEPTH =
32 -
MAX_ITEMS =
16384 -
MAX_TEXT_BYTES =
1048576
Instance Method Summary
- #decode_object(io : IO) : Hash(String, JSON::Any)
- #encode(data : Hash(String, JSON::Any)) : Bytes
- #write_bytes(io : IO, value : Bytes) : Nil
- #write_head(io : IO, major : UInt8, value : UInt64) : Nil
- #write_int(io : IO, value : Int64) : Nil
- #write_json(io : IO, value : JSON::Any) : Nil
- #write_text(io : IO, value : String) : Nil