kshchepanovskyi / protostuff-googlecode-exported

Automatically exported from code.google.com/p/protostuff

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ConcurrentLinkedDeque support

GoogleCodeExporter opened this issue · comments

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

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

  • Changed state: Accepted