I want to convert an object to a bytes array, everything that I found is about converting an object which is set with serializable attribute before, but I have some classes which aren't serializable and I can't set them as serializable. My question is that how can I convert an unserializable object to bytes array or convert an unserializable object to a serializable.
-
stackoverflow.com/questions/4865104/…Ehsan Sajjad– Ehsan Sajjad2014-05-22 05:15:59 +00:00Commented May 22, 2014 at 5:15
-
stackoverflow.com/questions/7923196/…Ehsan Sajjad– Ehsan Sajjad2014-05-22 05:16:18 +00:00Commented May 22, 2014 at 5:16
-
stackoverflow.com/questions/1446547/…NeddySpaghetti– NeddySpaghetti2014-05-22 05:17:19 +00:00Commented May 22, 2014 at 5:17
-
2I think in addition to the links, by definition, if you have an unserializable object, you can't convert it to serializable ... (linguistics ... )Noctis– Noctis2014-05-22 05:20:17 +00:00Commented May 22, 2014 at 5:20
Add a comment
|