Efficient hashmap serialization?
- From: "Sn0tters@xxxxxxxxxxx" <Sn0tters@xxxxxxxxxxx>
- Date: 2 Sep 2005 11:34:35 -0700
Hi,
I have a a hash map full of objects that contain references to other
objects in that map, grouped in a threaded message fashion. There's a
linked list style previous messages and next message.
I serialize this map to send it over RMI, but it seems quite slow.
Does anyone have any recommendations on efficiently serializing it? I
know I will have to write a function to serialize the objects manually
but not much beyond that.
Thanks
Wil
.
- Follow-Ups:
- Re: Efficient hashmap serialization?
- From: Chris Uppal
- Re: Efficient hashmap serialization?
- From: jan V
- Re: Efficient hashmap serialization?
- Prev by Date: Re: What happened to java.net.SocketTimeoutException?
- Next by Date: Re: extends jtable
- Previous by thread: What happened to java.net.SocketTimeoutException?
- Next by thread: Re: Efficient hashmap serialization?
- Index(es):
Relevant Pages
|