Function StreamPeer.putVar

Puts a Variant into the stream. If full_objects is true encoding objects is allowed (and can potentially include code).

void putVar(VariantArg0) (
  in VariantArg0 value,
  in bool full_objects = false
);