object-write

object-write is a Lisp function in `eieio.el'.

(object-write &rest LOCAL-ARGS)

Write out object THIS to the current stream.
Optional COMMENT will add comments to the beginning of the output.

This is a generic function with only primary methods.

Implementations:

`eieio-default-superclass' :PRIMARY (arg1 &optional arg2)
Write object THIS out to the current stream.
This writes out the vector version of this object. Complex and recursive
object are discouraged from being written.
If optional COMMENT is non-nil, include comments when outputting
this object.

(fn THIS &optional COMMENT)

Defined in `eieio.el'

`eieio-persistent' :PRIMARY (arg1 &optional arg2)
Write persistent object THIS out to the current stream.
Optional argument COMMENT is a header line comment.

(fn THIS &optional COMMENT)

Defined in `eieio-base.el'