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

please decorate TesseractException with [Serializable] #194

Closed
Kundalon38 opened this issue Jul 21, 2015 · 1 comment
Closed

please decorate TesseractException with [Serializable] #194

Kundalon38 opened this issue Jul 21, 2015 · 1 comment
Milestone

Comments

@Kundalon38
Copy link

My application has a need to serialize this exception, which throws

System.Runtime.Serialization.SerializationException: Type 'Tesseract.TesseractException' in Assembly 'Tesseract, Version=2.3.0.0, Culture=neutral, PublicKeyToken=ebeb3d86bef60cbe' is not marked as serializable.

I decorated my local copy of TesseractException with [Serializable], eliminating the above error, but am too github illiterate to contribute this tiny fix into the product. Thanks.

schulz3000 added a commit to schulz3000/tesseract that referenced this issue Jul 22, 2015
schulz3000 added a commit to schulz3000/tesseract that referenced this issue Jul 22, 2015
@schulz3000 schulz3000 mentioned this issue Jul 22, 2015
charlesw added a commit that referenced this issue Jul 25, 2015
@charlesw charlesw added this to the Tesseract 2.4 milestone Jul 25, 2015
@charlesw
Copy link
Owner

Fixed and will be in the next release (2.4).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants