Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IJsonSerializer

    Namespace: Umbraco.Cms.Core.Serialization
    Assembly: Umbraco.Core.dll
    Syntax
    public interface IJsonSerializer

    Methods

    View Source

    Deserialize<T>(String)

    Declaration
    T Deserialize<T>(string input)
    Parameters
    Type Name Description
    System.String input
    Returns
    Type Description
    T
    Type Parameters
    Name Description
    T
    View Source

    DeserializeSubset<T>(String, String)

    Declaration
    T DeserializeSubset<T>(string input, string key)
    Parameters
    Type Name Description
    System.String input
    System.String key
    Returns
    Type Description
    T
    Type Parameters
    Name Description
    T
    View Source

    Serialize(Object)

    Declaration
    string Serialize(object input)
    Parameters
    Type Name Description
    System.Object input
    Returns
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • Deserialize<T>(String)
      • DeserializeSubset<T>(String, String)
      • Serialize(Object)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX