MCPcopy Create free account
hub / github.com/FabricMC/Matcher / serialize

Method serialize

src/main/java/matcher/type/ClassInstance.java:1090–1095  ·  view source on GitHub ↗
(NameType nameType)

Source from the content-addressed store, hash-verified

1088 }
1089
1090 public byte[] serialize(NameType nameType) {
1091 ClassWriter writer = new ClassWriter(0);
1092 accept(writer, nameType);
1093
1094 return writer.toByteArray();
1095 }
1096
1097 @Override
1098 public String toString() {

Callers 4

getClassFileContentMethod · 0.95
tryLoadTypeMethod · 0.95
getEntriesMethod · 0.80
decompileMethod · 0.80

Calls 1

acceptMethod · 0.95

Tested by

no test coverage detected