-
Notifications
You must be signed in to change notification settings - Fork 50
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
Binary Serialization is being removed #1411
Comments
I am not up to date on the current serialization options, @TheAngryByrd - what's your take on the best way forward? |
Since
Replacing BinaryFormatter calls it with something like System.Text.Json should be fairly straight forward. |
OK, had a quick look, the offending piece is in the Booster communication code, and indeed should be quick to change it to use a more appropriate serializer. /cc @Jooseppi12 |
@Jooseppi12 Is this released, and if so, what version? If not, let's roll it out. |
This is released for the WebSharper 8 packages on our GitHub feed, but was not backported to the websharper6 branch |
OK, keeping this ticket open for the WS6 port as well. |
I installed dotnet preview 9 and with
DOTNET_ROLL_FORWARD_TO_PRERELEASE=1
I'm getting this error during build.Binary Formatter has been doing a slow obsolete for a while:
The text was updated successfully, but these errors were encountered: