Replacement for BinaryFormatter cloning #11
Closed
AlleSchonWeg
started this conversation in
General
Replies: 7 comments 3 replies
|
Hi, in short:
Hope this helps. |
1 reply
|
0 replies
|
Hi,
|
0 replies
|
0 replies
|
Is it possible to add cloning support for:
For System.Drawing.Font i need the FastCloner.Contrib nuget and call Register(). Correct? |
0 replies
|
You can add this into the Contrib module, and yes, call |
1 reply
|
Update your dependency to |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi,
i evaluate alternatives for cloning with deprecated BinaryFormatter and i have a few questions. Atm i try to replace it with System.Text.Json. Like this:
Thank you very much.
All reactions