How to switch between MobileFormatter vs BinaryFormatter #1811
Answered
by
rockfordlhotka
EricNgo1972
asked this question in
Questions
-
Hello, What is the proper way to config SerializationFormatter in code ? The Csla4 book, which used the app.config or web.config seems to not suitable for modern .net app anymore. Thank you. |
Beta Was this translation helpful? Give feedback.
Answered by
rockfordlhotka
Sep 16, 2020
Replies: 1 comment
-
Something like this: app.UseCsla(config => config.Configure()
.Serialization()
.SerializationFormatter("BinaryFormatter")
); |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
EricNgo1972
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Something like this: