View Source
  Interface IJsonSerializer
  
  
  
  
  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 Parameters
  
  
    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 Parameters
  
  
    View Source
  
  Serialize(Object)
  
  
  Declaration
  
    string Serialize(object input)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.Object | input |  | 
    
  
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  |