riteshtijoriwala / protostuff

Automatically exported from code.google.com/p/protostuff
Apache License 2.0
0 stars 0 forks source link

ConcurrentLinkedDeque support #157

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create a class with a ConcurrentLinkedDeque
2. Serialize instance with GraphIOUtil.toByteArray(...)
3. Exception will be thrown

What is the expected output? What do you see instead?
Expected serialized byte[]. Instead get "Caused by: 
java.lang.IllegalArgumentException: No enum constant 
com.dyuproject.protostuff.CollectionSchema.MessageFactories.ConcurrentLinkedDequ
e"

What version of the product are you using? On what operating system?
1.0.7 on Debian 7

Please provide any additional information below.

Original issue reported on code.google.com by lo...@swiqtech.com on 24 Apr 2014 at 11:22

GoogleCodeExporter commented 8 years ago
Added on 1.1.x
https://github.com/protostuff/protostuff/commit/48f5d4f7b6c9dcd8d63dfb301f56f14c
1c540265

Original comment by david.yu...@gmail.com on 28 Sep 2014 at 7:42