Using SortedSet in Entity causing issues in Codec #1989
Unanswered
arivazhagan-jeganathan
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Can you show me your entity and how you have it mapped? I have general sense of where the bug is but it could in a few different places depending on your mapping. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
@evanchooly please suggest on the following
How do I make use of SortedSet in my Entity? Morphia throws the following exception.
CollectionCodec also seems to handle only ArrayList and HashSet.class.
Morphia:2.2.3
Mongo driver: 3.8.10
Beta Was this translation helpful? Give feedback.
All reactions