Q
Qu0ll
I need to serialize some Java2D objects of classes such as Shape,
GlyphVector and Composite, none of which implements or extends Serializable.
Is it possible somehow? If I can achieve the same thing where I can
reconstruct those objects on the other side of a network connection without
strictly doing serialization then that will be fine. I thought about
extracting the "data" from each object and serializing that but some of that
information is either internal or not always available.
Any ideas? Perhaps it cannot be done.
--
And loving it,
-Qu0ll (Rare, not extinct)
_________________________________________________
(e-mail address removed)
[Replace the "SixFour" with numbers to email me]
GlyphVector and Composite, none of which implements or extends Serializable.
Is it possible somehow? If I can achieve the same thing where I can
reconstruct those objects on the other side of a network connection without
strictly doing serialization then that will be fine. I thought about
extracting the "data" from each object and serializing that but some of that
information is either internal or not always available.
Any ideas? Perhaps it cannot be done.
--
And loving it,
-Qu0ll (Rare, not extinct)
_________________________________________________
(e-mail address removed)
[Replace the "SixFour" with numbers to email me]