Closed ibc closed 1 year ago
@ignore
tsconfig.json
"excludeNotDocumented": true
dump()
#xxxx
this.#serializationNeeded = true;
@ignore
since, as pertsconfig.json
, we have"excludeNotDocumented": true
.dump()
methods public, type and document them.#xxxx
for private members.this.#serializationNeeded = true;
at the end of the methods (instead of at the beginning or in the middle of them).