master
linbin 2024-04-11 18:10:43 +08:00
parent a9beb8f2df
commit 81f0e22d76
1 changed files with 2 additions and 0 deletions

View File

@ -45,8 +45,10 @@ public class ClassInfo
}
else
{
jfireSE.incrDepth();
byteArray.put((byte) 8);
serializer.writeBytes(byteArray, instance);
jfireSE.reduceDepth();
}
}
else