NSCoder capabilities
NSCoder capabilities
- Subject: NSCoder capabilities
- From: Florijan Stamenkovic <email@hidden>
- Date: Mon, 10 Mar 2008 15:20:40 -0400
Hi all,
I'm doing some RMI from my client application, and attempted to
transfer java.util.ArrayList instances containing Strings, Numbers,
other rawish objects and EOKeyGlobalIDs. I get an
"java.lang.IllegalArgumentException: encodeObject: unable to encode
object of class java.util.ArrayList"... Which I guess implies that I
can't use Lists to transfer multiple objects... Switching to NSArray
makes it work.
So, I guess NSCoder can encode simple Java objects such as Strings,
Numbers and Dates, and foundation type objects... Considering that WO
is moving towards standard Java types, should this be reported as a bug?
Flor
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden