Skip to content
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

BinaryFormatter -- Classes not marked as serializable #8

Closed
LightingRobot opened this issue Jun 18, 2012 · 6 comments
Closed

BinaryFormatter -- Classes not marked as serializable #8

LightingRobot opened this issue Jun 18, 2012 · 6 comments
Labels
enhancement New feature or request

Comments

@LightingRobot
Copy link

The old C5 library documentation states that the collections are all serializable via the binary formatter. Has this been deliberately changed for the newer C5 library?

@ondfisk
Copy link
Collaborator

ondfisk commented Jun 18, 2012

Indeed it has.
C5 2.0 is built using the Portable Library Tools which currently does not support [Serializable].
The rationale for doing so can be found here: http://www.itu.dk/research/c5/c5-rasmus-nielsen-2011-05-25.pdf page 21.

@ondfisk ondfisk closed this as completed Mar 15, 2013
@hickford
Copy link
Contributor

This is a killer issue for me. Any suggestions?

@ondfisk
Copy link
Collaborator

ondfisk commented Jun 10, 2014

I've just published a new version which includes a build for .NET 3.5 and .NET 4.0, which both support serialization.
Hope this helps :)

@ondfisk ondfisk reopened this Jun 10, 2014
@hickford
Copy link
Contributor

Brilliant! Thanks for your help, I shall try it now.

Edit: Tried it, I get an error about strong names #10 (comment)

@ondfisk
Copy link
Collaborator

ondfisk commented Jun 16, 2014

Strong named version added to Nuget

@ondfisk ondfisk closed this as completed Jun 16, 2014
@hickford
Copy link
Contributor

Brilliant, that worked perfectly! Thanks again Rasmus.

@JnxF JnxF added the enhancement New feature or request label Mar 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants