You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As current RESTFulSense version uses NewtonSoft, there are some scenarios in our applications which
doesn´t uses NewtonSoft, so no model annotations based on NewtonSoft,
there is no way to specify custom JsonSerialization settings (NewtonSoft or System.Text).
there is no way to use any other serialization library.
This feature allows us to take care about the serialization/deserialization process from outside the library.
This solution is a workaround to deal with different serializations libraries allowing the power and true value of RestFulSense to be used regardless of the serializer you want to use.
A better approach would be to implement SPAL inside RESTFulSense and add as many serialization implementations we need as new packages.
The text was updated successfully, but these errors were encountered:
As current RESTFulSense version uses NewtonSoft, there are some scenarios in our applications which
This feature allows us to take care about the serialization/deserialization process from outside the library.
This solution is a workaround to deal with different serializations libraries allowing the power and true value of RestFulSense to be used regardless of the serializer you want to use.
A better approach would be to implement SPAL inside RESTFulSense and add as many serialization implementations we need as new packages.
The text was updated successfully, but these errors were encountered: