MCPcopy Create free account
hub / github.com/apache/fory / copyRef

Method copyRef

java/fory-core/src/main/java/org/apache/fory/config/Config.java:142–144  ·  view source on GitHub ↗

Returns true if copy value by ref, and false copy by value. If this option is false, shared reference will be copied into different object, and circular reference copy will raise stack overflow exception. If this option is enabled, the copy performance will be slower.

()

Source from the content-addressed store, hash-verified

140 * <p>If this option is enabled, the copy performance will be slower.
141 */
142 public boolean copyRef() {
143 return copyRef;
144 }
145
146 public boolean isStringRefIgnored() {
147 return stringRefIgnored;

Callers 3

ForyMethod · 0.80
processCopyErrorMethod · 0.80
SerializerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected