MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / writeObject

Method writeObject

src/main/java/fieldbox/boxes/plugins/BoxRef.java:39–44  ·  view source on GitHub ↗
(ObjectOutputStream out)

Source from the content-addressed store, hash-verified

37 return ref;
38 }
39
40 private void writeObject(ObjectOutputStream out) throws IOException {
41 if (ref != null) {
42 uuid = ref.properties.getOrConstruct(IO.id);
43 }
44 out.defaultWriteObject();
45 }
46
47}

Callers 4

duplicateSerializableMethod · 0.45
writeMethod · 0.45
serializeMethod · 0.45

Calls 1

getOrConstructMethod · 0.45

Tested by

no test coverage detected