java - Using ObjectOutput with Externalizable -


i have class implementing externalizable interface. attribute of class map, values of objects of other classes implement externalizable interface.

i'm not able serialize map using objectoutput, , wondering if that's possible?


Comments

Popular posts from this blog

All overlapping substrings matching a java regex -

c++ - Using OpenSSL in a multi-threaded application -

php - Deleting/Renaming a locked file -