neboskreb commented on issue #1101:
URL: https://github.com/apache/fory/issues/1101#issuecomment-3167368270

   There is an architectural problem which makes support for Android 
cumbersome: the "bundled" serializers are installed too early, before the 
builder even has a chance to control this. 
   
   To remedy this, the instantiation and warm-up of the serializers needs to be 
postponed enough so the user could install platform-specific serializers which 
they deem proper. Once this is unblocked, there is no more need to tweak the 
bundled `StringSerializer`/`StringBufferSerializer`/`StringBuilderSerializer` 
as the user will provide those specific to their platform (popular platforms 
like Android can be supported by Fury by offering e.g. 
`AndroidStringSerializer`)


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