This is the transit Reference Manual, generated automatically by Declt version 4.0 beta 2 "William Riker" on Sun Dec 15 05:28:30 2024 GMT+0.
The main system appears first, followed by any subsystem dependency.
transit
Transit library for Common Lisp
Jan Sulmont <lisp@janks.dev>
(GIT https://github.com/jsulmont/cl-transit)
MIT
alexandria
(system).
fset
(system).
serapeum
(system).
com.inuoe.jzon
(system).
cl-messagepack
(system).
local-time
(system).
quri
(system).
bit-smasher
(system).
frugal-uuid
(system).
parse-float
(system).
flexi-streams
(system).
src
(module).
Modules are listed depth-first from the system components tree.
transit/src
transit
(system).
packages.lisp
(file).
transit.lisp
(file).
config.lisp
(file).
types.lisp
(file).
cache.lisp
(file).
decode.lisp
(file).
encode.lisp
(file).
Files are sorted by type and then listed depth-first from the systems components trees.
transit/transit.asd
transit/src/packages.lisp
transit/src/transit.lisp
transit/src/config.lisp
transit/src/types.lisp
transit/src/cache.lisp
transit/src/decode.lisp
transit/src/encode.lisp
transit/src/transit.lisp
packages.lisp
(file).
src
(module).
transit/src/config.lisp
transit.lisp
(file).
src
(module).
*encode-alist-as-map*
(special variable).
*encode-plist-as-map*
(special variable).
*encode-target*
(special variable).
encode-target
(function).
(setf encode-target)
(function).
*json-max-int*
(special variable).
*json-min-int*
(special variable).
*msgpack-max-int*
(special variable).
*msgpack-min-int*
(special variable).
transit/src/types.lisp
config.lisp
(file).
src
(module).
initialize-instance
(method).
print-object
(method).
print-object
(method).
print-object
(method).
tagged-value
(class).
tagged-valuep
(method).
tagged-valuep
(method).
tr-link
(class).
tr-linkp
(method).
tr-linkp
(method).
tr-timestamp
(class).
href
(reader method).
m
(reader method).
name
(reader method).
(setf name)
(writer method).
prompt
(reader method).
(setf prompt)
(writer method).
rel
(reader method).
render
(reader method).
(setf render)
(writer method).
rep
(reader method).
tag
(reader method).
tr-timestampp
(method).
tr-timestampp
(method).
transit/src/cache.lisp
types.lisp
(file).
src
(module).
print-object
(method).
*base-char-idx*
(special variable).
*cache-code-digits*
(special variable).
*max-cache-entries*
(special variable).
*min-size-cacheable*
(special variable).
cache
(reader method).
cache
(reader method).
(setf cache)
(writer method).
(setf cache)
(writer method).
cache-key-p
(function).
cache-read
(method).
cache-write
(method).
cacheable-p
(function).
code-to-index
(function).
index
(reader method).
index
(reader method).
(setf index)
(writer method).
(setf index)
(writer method).
index-to-code
(function).
read-cache
(class).
write-cache
(class).
transit/src/decode.lisp
cache.lisp
(file).
src
(module).
decode
(function).
decode-json
(function).
decode-mp
(function).
*decoders*
(special variable).
copy-tag
(function).
decode*
(function).
decode-hash
(function).
decode-string
(function).
decode-tag
(function).
decode-vector
(function).
default-decoder
(function).
make-cmap-hash
(function).
make-keyword
(function).
make-special-number
(function).
make-tag
(function).
make-tr-link
(function).
make-tr-timestamp
(function).
make-uuid
(function).
parse-string
(function).
tag
(structure).
tag-p
(function).
tag-tag
(reader).
(setf tag-tag)
(writer).
try-make-ratio
(function).
transit/src/encode.lisp
decode.lisp
(file).
src
(module).
encode-json
(function).
encode-mp
(function).
alistp
(function).
encode
(function).
encode*
(function).
encode-false
(function).
encode-hash-cons
(function).
encode-hash-table
(function).
encode-integer
(function).
encode-keyword
(function).
encode-list
(function).
encode-null
(function).
encode-ratio
(function).
encode-rfc3339
(function).
encode-set
(function).
encode-special-number
(function).
encode-string
(function).
encode-symbol
(function).
encode-tagged-value
(function).
encode-tr-link
(function).
encode-tr-timestamp
(function).
encode-uri
(function).
encode-uuid
(function).
encode-vector
(function).
is-byte-array
(function).
octets->uint
(function).
pair-p
(function).
plistp
(function).
special-numberp
(function).
stringifyp
(function).
Packages are listed by definition order.
transit
clt
common-lisp
.
*encode-alist-as-map*
(special variable).
*encode-plist-as-map*
(special variable).
*encode-target*
(special variable).
decode
(function).
decode-json
(function).
decode-mp
(function).
encode-json
(function).
encode-mp
(function).
encode-target
(function).
(setf encode-target)
(function).
tagged-value
(class).
tagged-valuep
(generic function).
tr-link
(class).
tr-linkp
(generic function).
tr-timestamp
(class).
*base-char-idx*
(special variable).
*cache-code-digits*
(special variable).
*decoders*
(special variable).
*esc*
(special variable).
*json-max-int*
(special variable).
*json-min-int*
(special variable).
*map-as-char*
(special variable).
*max-cache-entries*
(special variable).
*min-size-cacheable*
(special variable).
*msgpack-max-int*
(special variable).
*msgpack-min-int*
(special variable).
*quote*
(special variable).
*res*
(special variable).
*sub*
(special variable).
*tag*
(special variable).
alistp
(function).
cache
(generic reader).
(setf cache)
(generic writer).
cache-key-p
(function).
cache-read
(generic function).
cache-write
(generic function).
cacheable-p
(function).
code-to-index
(function).
copy-tag
(function).
decode*
(function).
decode-hash
(function).
decode-string
(function).
decode-tag
(function).
decode-vector
(function).
default-decoder
(function).
encode
(function).
encode*
(function).
encode-false
(function).
encode-hash-cons
(function).
encode-hash-table
(function).
encode-integer
(function).
encode-keyword
(function).
encode-list
(function).
encode-null
(function).
encode-ratio
(function).
encode-rfc3339
(function).
encode-set
(function).
encode-special-number
(function).
encode-string
(function).
encode-symbol
(function).
encode-tagged-value
(function).
encode-tr-link
(function).
encode-tr-timestamp
(function).
encode-uri
(function).
encode-uuid
(function).
encode-vector
(function).
href
(generic reader).
index
(generic reader).
(setf index)
(generic writer).
index-to-code
(function).
is-byte-array
(function).
m
(generic reader).
make-cmap-hash
(function).
make-keyword
(function).
make-special-number
(function).
make-tag
(function).
make-tr-link
(function).
make-tr-timestamp
(function).
make-uuid
(function).
name
(generic reader).
(setf name)
(generic writer).
octets->uint
(function).
pair-p
(function).
parse-string
(function).
plistp
(function).
prompt
(generic reader).
(setf prompt)
(generic writer).
read-cache
(class).
rel
(generic reader).
render
(generic reader).
(setf render)
(generic writer).
rep
(generic reader).
special-numberp
(function).
stringifyp
(function).
tag
(generic reader).
tag
(structure).
tag-p
(function).
tag-tag
(reader).
(setf tag-tag)
(writer).
tr-timestampp
(generic function).
try-make-ratio
(function).
write-cache
(class).
Definitions are sorted by export status, category, package, and then by lexicographic order.
alist will be encoded as maps
plist will be encoded as maps
default ground encoding.
tagged-value
)) ¶tr-timestamp
) stream) ¶tagged-value
) stream) ¶write-cache
) stream) ¶quri.uri:uri
(error "must supply a quri:quri value for 'href")
:href
href
.
This slot is read-only.
string
(error "must supply a string value for 'rel")
:rel
rel
.
This slot is read-only.
string
:render
string
:prompt
ground-integer
ground-integer
ground-integer
ground-integer
Alist predicate
Interprets ‘N-BYTES‘ of a given ‘ARRAY‘ as an unsigned integer.
Plist predicate.
read-cache
)) ¶automatically generated reader method
write-cache
)) ¶automatically generated reader method
read-cache
)) ¶automatically generated writer method
write-cache
)) ¶automatically generated writer method
read-cache
) str map-key?) ¶write-cache
) str map-key?) ¶read-cache
)) ¶automatically generated reader method
write-cache
)) ¶automatically generated reader method
read-cache
)) ¶automatically generated writer method
write-cache
)) ¶automatically generated writer method
tr-timestamp
)) ¶number of milliseconds around epoch
m
.
tagged-value
)) ¶automatically generated reader method
rep
.
tagged-value
)) ¶automatically generated reader method
tag
.
tr-timestamp
)) ¶structure-object
.
Jump to: | (
A C D E F G H I M N O P R S T |
---|
Jump to: | (
A C D E F G H I M N O P R S T |
---|
Jump to: | *
C H I M N P R S T |
---|
Jump to: | *
C H I M N P R S T |
---|
Jump to: | C D E F M P R S T W |
---|
Jump to: | C D E F M P R S T W |
---|