Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

CSHARP-420 TypeCodec.GetColumnTypeCodeInfo does not handle IEnumerabl… #202

Closed
wants to merge 1 commit into from

Conversation

collinsauve
Copy link
Contributor

…e runtime types well

@collinsauve
Copy link
Contributor Author

The code for the other generic types (Nullable, ISet, IDictionary, Tuple) look like they also have this problem.

If my solution here is okay I can take a look at those types also, if you'd like.

@jorgebay
Copy link
Contributor

jorgebay commented Mar 4, 2016

TypeCodec got revamped in #194, its now called Serializer (in the serialization namespace) and supports multiple TypeSerializer<T>.

Any feedback on #194 would be greatly appreciated. It's expected to be released in the next version.

See https://github.com/datastax/csharp-driver/blob/CSHARP-402/src/Cassandra/Serialization/Serializer.cs#L186

@jorgebay jorgebay closed this Mar 4, 2016
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants