-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SortedSet and ReadOnlyCollection<T> are not supported #8
Comments
Same for SortedSet |
gkronber
added a commit
that referenced
this issue
Apr 24, 2019
gkronber
added a commit
that referenced
this issue
Apr 27, 2019
jkarder
added a commit
that referenced
this issue
May 15, 2019
This commit renames HashSetTransformer<T> to SetTransformer<T> and lets it transform objects of type System.Collections.Generic.SortedSet<T>.
jkarder
added a commit
that referenced
this issue
May 15, 2019
Adds System.Collections.Generic.SortedSet<T> to the list of supported types.
Indeed IReadOnlyList<> is supported already. A transformer that handles ReadonlyCollection is missing. |
gkronber
changed the title
IReadOnlyList<T> is not registered as a StorableType
SortedSet and ReadOnlyCollection<T> are not supported
Nov 18, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I tried to serialize a type with a field of type IReadOnlyList<...>.
The types in System.Collections.Generic should be rechecked to make sure we have registered all the required types.
The text was updated successfully, but these errors were encountered: