mail-ricklee-mail commented on issue #2079:
URL: https://github.com/apache/fury/issues/2079#issuecomment-2673283392

   package org.apache.fury.serializer;
   
   public final class StringSerializer extends ImmutableSerializer<String> 
   
       // String length field for android.
       Preconditions.checkArgument(
           ReflectionUtils.getFieldNullable(String.class, "count") == null,
           "Current jdk not supported");
       Preconditions.checkArgument(
           ReflectionUtils.getFieldNullable(String.class, "offset") == null,
           "Current jdk not supported");


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