Externalizable is a java interface that allows the user to define serialization behavior.
Questions tagged [externalizable]
47 questions
0
votes
1 answer
Exception: conversion from UNKNOWN to UNKNOWN is unsupported
I'm converting some jdbc code from MySql to SQL Server. When trying to
query = "Update ReportSetup "
+ "set N_ID=?, "
+ "R_Default=?, "
+ "R_Name=?, "
+…

user2706829
- 21
- 1
- 3
-1
votes
2 answers
Externalization with inner classes
I was going through article on Externalization on this site and I found the following para in the limitations of Externalization section.
As you know a default public no-arg constructor will be called when
serializing the objects that implements…

Aniket Thakur
- 66,731
- 38
- 279
- 289