The fmarshal Reference Manual

This is the fmarshal Reference Manual, version 1.0.0, generated automatically by Declt version 4.0 beta 2 "William Riker" on Mon Feb 26 17:15:34 2024 GMT+0.

Table of Contents


1 Introduction


2 Systems

The main system appears first, followed by any subsystem dependency.


2.1 fmarshal

dump and load objects

Maintainer

Jürgen Bickert <>

Author

Jürgen Bickert <>

License

LGPL

Version

1.0.0

Dependency

closer-mop (system).

Source

fmarshal.asd.

Child Components

3 Files

Files are sorted by type and then listed depth-first from the systems components trees.


3.1 Lisp


3.1.1 fmarshal/fmarshal.asd

Source

fmarshal.asd.

Parent Component

fmarshal (system).

ASDF Systems

fmarshal.


3.1.2 fmarshal/fmarshal.lisp

Dependency

readme.org (file).

Source

fmarshal.asd.

Parent Component

fmarshal (system).

Packages

fmarshal.

Public Interface
Internals

3.2 Static


3.2.1 fmarshal/README.org

Source

fmarshal.asd.

Parent Component

fmarshal (system).


4 Packages

Packages are listed by definition order.


4.1 fmarshal

Source

fmarshal.lisp.

Use List

common-lisp.

Public Interface
Internals

5 Definitions

Definitions are sorted by export status, category, package, and then by lexicographic order.


5.1 Public Interface


5.1.1 Ordinary functions

Function: dump (object &optional stream)
Package

fmarshal.

Source

fmarshal.lisp.

Function: load (stream)
Package

fmarshal.

Source

fmarshal.lisp.


5.2 Internals


5.2.1 Special variables

Special Variable: *next-ref*
Package

fmarshal.

Source

fmarshal.lisp.

Special Variable: *refs*
Package

fmarshal.

Source

fmarshal.lisp.


5.2.2 Macros

Macro: maybe-dump-ref (o &body body)
Package

fmarshal.

Source

fmarshal.lisp.


5.2.3 Ordinary functions

Function: dump-array (a stream)
Package

fmarshal.

Source

fmarshal.lisp.

Function: dump-array-helper (dim a ref stream)
Package

fmarshal.

Source

fmarshal.lisp.

Function: dump-hash-table (h stream)
Package

fmarshal.

Source

fmarshal.lisp.

Function: dump-ref (ref stream)
Package

fmarshal.

Source

fmarshal.lisp.

Function: dump-slot-definitions (object stream)
Package

fmarshal.

Source

fmarshal.lisp.

Function: load-array (a)
Package

fmarshal.

Source

fmarshal.lisp.

Function: load-array-helper (a ref dim)
Package

fmarshal.

Source

fmarshal.lisp.

Function: load-hash-table (test desc)
Package

fmarshal.

Source

fmarshal.lisp.

Function: load-helper (desc)
Package

fmarshal.

Source

fmarshal.lisp.

Function: load-list (list)
Package

fmarshal.

Source

fmarshal.lisp.

Function: load-object (class slots-desc)
Package

fmarshal.

Source

fmarshal.lisp.

Function: load-string (s)
Package

fmarshal.

Source

fmarshal.lisp.

Function: next-ref ()
Package

fmarshal.

Source

fmarshal.lisp.

Function: unmarshalize (stream)
Package

fmarshal.

Source

fmarshal.lisp.


5.2.4 Generic functions

Generic Function: dump-helper (object stream)
Package

fmarshal.

Source

fmarshal.lisp.

Methods
Method: dump-helper (object stream)
Method: dump-helper ((s symbol) stream)
Method: dump-helper ((h hash-table) stream)
Method: dump-helper ((a array) stream)
Method: dump-helper ((l cons) stream)
Method: dump-helper ((n number) stream)
Method: dump-helper ((c character) stream)
Method: dump-helper ((s string) stream)

Appendix A Indexes


A.1 Concepts


A.2 Functions

Jump to:   D   F   G   L   M   N   U  
Index Entry  Section

D
dump: Public ordinary functions
dump-array: Private ordinary functions
dump-array-helper: Private ordinary functions
dump-hash-table: Private ordinary functions
dump-helper: Private generic functions
dump-helper: Private generic functions
dump-helper: Private generic functions
dump-helper: Private generic functions
dump-helper: Private generic functions
dump-helper: Private generic functions
dump-helper: Private generic functions
dump-helper: Private generic functions
dump-helper: Private generic functions
dump-ref: Private ordinary functions
dump-slot-definitions: Private ordinary functions

F
Function, dump: Public ordinary functions
Function, dump-array: Private ordinary functions
Function, dump-array-helper: Private ordinary functions
Function, dump-hash-table: Private ordinary functions
Function, dump-ref: Private ordinary functions
Function, dump-slot-definitions: Private ordinary functions
Function, load: Public ordinary functions
Function, load-array: Private ordinary functions
Function, load-array-helper: Private ordinary functions
Function, load-hash-table: Private ordinary functions
Function, load-helper: Private ordinary functions
Function, load-list: Private ordinary functions
Function, load-object: Private ordinary functions
Function, load-string: Private ordinary functions
Function, next-ref: Private ordinary functions
Function, unmarshalize: Private ordinary functions

G
Generic Function, dump-helper: Private generic functions

L
load: Public ordinary functions
load-array: Private ordinary functions
load-array-helper: Private ordinary functions
load-hash-table: Private ordinary functions
load-helper: Private ordinary functions
load-list: Private ordinary functions
load-object: Private ordinary functions
load-string: Private ordinary functions

M
Macro, maybe-dump-ref: Private macros
maybe-dump-ref: Private macros
Method, dump-helper: Private generic functions
Method, dump-helper: Private generic functions
Method, dump-helper: Private generic functions
Method, dump-helper: Private generic functions
Method, dump-helper: Private generic functions
Method, dump-helper: Private generic functions
Method, dump-helper: Private generic functions
Method, dump-helper: Private generic functions

N
next-ref: Private ordinary functions

U
unmarshalize: Private ordinary functions