X-czh commented on issue #1945:
URL: https://github.com/apache/fury/issues/1945#issuecomment-2841194135

   twitter/chill provides a 
[ProtobufSerializer](https://github.com/twitter/chill/blob/develop/chill-protobuf/src/main/java/com/twitter/chill/protobuf/ProtobufSerializer.java)
 for Kryo (and similarly for Thrift), which basicly invokes PB's own parsing 
and serializing methods internally. Similar approach could be done in Fury as 
well, it helps the integration with PB native objects, although it effectively 
bypassing all Fury-specific capabilities.


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