chaokunyang commented on issue #2345:
URL: https://github.com/apache/fory/issues/2345#issuecomment-2983038516

   This deserves a guide in our document, I will finish it today. If you 
extends from `AbstractMapSerializer` and don't want to go to   jit codepath, 
you should pass `supportCodegenHook` as false:
   
   ```java
     public AbstractMapSerializer(Fory fory, Class<T> cls, boolean 
supportCodegenHook) {
       this(fory, cls, supportCodegenHook, false);
     }
   ```


-- 
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