GitHub user pjfanning added a comment to the discussion: Adding custom serialization/deserialization for certain classes
Thanks @chaokunyang - the [URLSerializer](https://github.com/apache/fory/blob/main/java/fory-core/src/main/java/org/apache/fory/serializer/URLSerializer.java) works in a similar way to what I need. The idea of using a single string value to represent the serialized state of an object instance. GitHub link: https://github.com/apache/fory/discussions/2393#discussioncomment-13681898 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
