Qore Programming Language Reference Manual 2.0.0
Loading...
Searching...
No Matches
Qore Serialization Flags

Variables

const Qore::QSF_ALLOW_WEAKREFS = QSF_ALLOW_WEAKREFS
 Serialize weak references as weak references.
 
const Qore::QSF_INCLUDE_STATIC_CLASS_VARS = QSF_INCLUDE_STATIC_CLASS_VARS
 Serialize static class vars of classes serialized.
 

Detailed Description

Since
Qore 2.0

Variable Documentation

◆ QSF_ALLOW_WEAKREFS

const Qore::QSF_ALLOW_WEAKREFS = QSF_ALLOW_WEAKREFS

Serialize weak references as weak references.

Such data can only be deserialized if a strong reference to the same data is included in the serialized data set