Replies: 1 comment
-
We do not use the java interfaces like Serializable and Externalizable. For serialization we rely on reflections to analyze and access objects and their data. This is either done by specialized type handler implementations or a dynamic class analysis and handler creation at runtime when a class is going to be serialized the first time. Please see the documentation for the first steps. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to serialize an OpenWebBeans context. It implements Externalizable. JDK Serialization seems to pick up on this automatically. I can't figure out how to configure serializer to do this automatically.
Would greatly appreciate if someone could point me in the correct direction. Thank you!
Beta Was this translation helpful? Give feedback.
All reactions