As far as I know the namespace System.Web.UI.LosFormatter
is not available in .net core so the question is about the alternatives of this namespace.
More specifically I want to be able to decode ViewState parameter (similar to the Deserialize(String) method).
Is there a 3rd party library or any other way to do so?