*block-saved/sent-value*Saving and Sending*save/send-references-only**print-object-for-sending*GoTo Top

*print-object-for-sending*   [Variable]

Purpose
Controls print-object-for-saving/sending printing customization for sending versus for saving.

Package   :gbbopen-tools

Module   :gbbopen-tools

Value type   A generalized boolean

Initial value   nil

See also
    omitted-slots-for-saving/sending
    print-object-for-saving/sending
    print-slot-for-saving/sending

Example
Send some hyp unit instances to another agent:

  > (let ((*print-object-for-sending* 't))
      (with-saving/sending-block (stream :package ':my-app)
        (let ((*save/send-references-only* nil))
          (do-instances-of-class (instance 'hyp :plus-subclasses)
            (print-object-for-saving/sending instance stream)))))
  nil
  >


The GBBopen Project


*block-saved/sent-value*Saving and Sending*save/send-references-only**print-object-for-sending*GoTo Top