serialize « Thread Safe « Java Thread Q&A

Home
Java Thread Q&A
1.concurrency
2.Development
3.Exception
4.Notify
5.Operation
6.Socket
7.State
8.synchronize
9.Thread Safe
10.ThreadPool
Java Thread Q&A » Thread Safe » serialize 

1. Is the Hessian class SerializerFactory thread-safe?    stackoverflow.com

I'd like to use the Hessian (Java) serialization and need to create a SerializerFactory with custom serializers (to handle BigInteger). Can I create one of these and share it among ...

2. Is java.util.Vector serialization thread-safe?    stackoverflow.com

I know the Vector class is thread-safe for adding and removing elements [reference]. If I serialize a Vector using an ObjectOutputStream am I guaranteed a consistent (and non-corrupt) state when ...

java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.