Skip to content
This repository has been archived by the owner on Feb 20, 2019. It is now read-only.

collections of non primitive types not supported #6

Closed
jasonmit opened this issue Jul 1, 2013 · 5 comments
Closed

collections of non primitive types not supported #6

jasonmit opened this issue Jul 1, 2013 · 5 comments
Assignees
Milestone

Comments

@jasonmit
Copy link

jasonmit commented Jul 1, 2013

Is there a work around or anything in the works to resolve this?

Thank you

@heathermiller
Copy link
Member

Hi there, thanks a lot for bringing this up. Apologies for the delay, been on the road nonstop since you reported this.

Just want to let you know that we're currently working to resolve this, and a fix should be in 2.10.x very soon.

@heathermiller
Copy link
Member

Commit 8e63c19 will now achieve this for you for all collections that are not Lists. Beyond seeing List through, we've also got to ensure that there are no performance hits due to this to existing performance benchmarks.

@phaller
Copy link
Contributor

phaller commented Jul 12, 2013

Commit 01cb5cf achieves this now also for collections of type List[T]. The fix is included both in the 2.10.x branch and in the master branch.

@heathermiller
Copy link
Member

Awesome, thanks @phaller@jasonmit could you let us know if this fix satisfies your usecase?

(Also, note that the fix only lives in the repo at the moment– in the next week or so we're planning a 0.9 release with a shiny new artifact on sonatype :-) )

@jasonmit
Copy link
Author

Looks good but I'm not entirely sure I need the type, is this configurable to remove? Otherwise, excellent progress and look forward to using it.

@ghost ghost assigned phaller Aug 1, 2013
@phaller phaller closed this as completed in f47a98c Aug 2, 2013
phaller added a commit that referenced this issue Aug 2, 2013
Fix #6 collections of non primitive types not supported
phaller added a commit that referenced this issue Feb 5, 2015
- traversablePickler supports collections of non-primitive elements
- genListPickler supports lists of non-primitive elements
phaller added a commit that referenced this issue Feb 5, 2015
Fix #6 collections of non primitive types not supported
phaller added a commit to phaller/pickling that referenced this issue Jul 27, 2015
- traversablePickler supports collections of non-primitive elements
- genListPickler supports lists of non-primitive elements
phaller added a commit to phaller/pickling that referenced this issue Jul 27, 2015
Fix scala#6 collections of non primitive types not supported
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants