stevenschlansker opened a new pull request, #2297:
URL: https://github.com/apache/fory/pull/2297

   ## What does this PR do?
   `Encoders.registerCustomCodec` now allows class token to be supertype of T
   this matters for e.g. `registerCustomCodec(Id.class, new CustomCodec<Id<T>, 
...>);` since Id != Id<T> but Id is super of Id<T>
   


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