Open shuyufang opened 2 weeks ago
@shuyufang Seems we can refactor ClassDef#FieldInfo#qualifiedFieldName
into fieldName
, and only add classname when parent class has duplicate field with subclass. In this way, we can skip add a new option. Would you like to refactor along this way?
…ullClassInfo
What does this PR do?
we has some scene , after the class with the upstream system serialized, the downstream system can not deserialize without the class object, but current .withDeserializeNonexistentClass write the full class info. we want fury support deserialize object when none local class can deserializeNonexistentClassNotWriteFullClassInfo feature
Related issues
Does this PR introduce any user-facing change?
Benchmark