kitalkuyo-gita commented on PR #2799:
URL: https://github.com/apache/fory/pull/2799#issuecomment-3430370204

   > Great! Could we remove 
https://github.com/apache/fory/blob/main/java/fory-core/src/main/java/org/apache/fory/serializer/CompatibleSerializer.java
 and 
https://github.com/apache/fory/blob/main/java/fory-core/src/main/java/org/apache/fory/resolver/FieldResolver.java
 in this PR too?
   
   Hello, @chaokunyang . I see these two classes are marked as deprecated. 
However, I believe further discussion is needed regarding their removal. 
Completely removing these classes would impact backward compatibility. 
Therefore, I recommend retaining the CompatibleSerializer in non-meta-shared 
mode and using the ObjectStreamMetaSharedSerializerAdapter only in meta-shared 
mode.
   
   Restore the conditional for useMetaShare in SlotsInfo.
   
   Non-meta-shared mode: Use the CompatibleSerializer.
   
   Meta-shared mode: Use the ObjectStreamMetaSharedSerializerAdapter.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to