List Question
20 TechQA 2023-07-21T22:52:01.253000Migrating Old Serialized Data to Externalizable Data
68 views
Asked by SwordOfSouls
Implement Externalizable, so that you can save the most space
81 views
Asked by Stift
I can not override methods from Externalizable due to strange weaker access modifier error in java
64 views
Asked by Denys_newbie
Do I need explicit default constructor when implementing Externalizable?
187 views
Asked by Denys_newbie
Why I don't have there NotSerializableException?
36 views
Asked by Denys_newbie
How do you Externalize a List in Java
810 views
Asked by nrmad
How do I write to a memory mapped file using a writeExternal (Externalizable interface) method?
125 views
Asked by M.E.
how to scan a springboot application to list hard coded values?
223 views
Asked by user1708730
What is the use of the java Externalization when custom serialization is possible by overriding the writeObject() and readObject()?
397 views
Asked by Shivayan Mukherjee
What is best way to externalize error messages(resource bundles) out of src code in spring and springboot?
848 views
Asked by Naveen Kumar Katragadda
Java readObject/writeObject can save/load super class, then why need read/writeExternal?
248 views
Asked by Troskyvs
Externalizable array in Java
362 views
Asked by Michal Kordas
Why Externalizable when read/writeObject method are there in serializable
622 views
Asked by RaT
How to externalise configuration variable for non Spring application in java
480 views
Asked by SST
Behaviour of externalizable interface when write external has more properties than read external
303 views
Asked by shiva kumar
Serializable or Exernalizable with huge datasets, which one is faster and more practicable?
114 views
Asked by Fabian Schmidt
Difference between custom serialisation and Externalisation?
217 views
Asked by Vikas Pandey
Codename One - Externalizable object not supported in web service
99 views
Asked by Lequi
Serialization: Can't find non-serializable component of desired serialized object
191 views
Asked by Matthias Harter