Interface ISerializer (1.69.0)

 public interface ISerializer 

Serialization interface that supports serialize and deserialize methods.

Namespace

Google.Apis

Assembly

Google.Apis.Core.dll

Properties

Format

 string Format { get; } 

Gets the application format this serializer supports (e.g. "json", "xml", etc.).

Property Value
Type
Description

Methods

Deserialize(string, Type)

  object 
  
 Deserialize 
 ( 
 string 
  
 input 
 , 
  
 Type 
  
 type 
 ) 
 

Deserializes the string into an object.

Parameters
Name
Description
input
type
Returns
Type
Description

Deserialize<T>(Stream)

 T Deserialize<T>(Stream input) 

Deserializes the stream into an object.

Parameter
Name
Description
input
Returns
Type
Description
T
Type Parameter
Name
Description
T

Deserialize<T>(string)

 T Deserialize<T>(string input) 

Deserializes the string into an object.

Parameter
Name
Description
input
Returns
Type
Description
T
Type Parameter
Name
Description
T

Serialize(object)

 string Serialize(object obj) 

Serializes the specified object into a string.

Parameter
Name
Description
obj
Returns
Type
Description

Serialize(object, Stream)

 void Serialize(object obj, Stream target) 

Serializes the specified object into a Stream.

Parameters
Name
Description
obj
target

Extension Method

Design a Mobile Site
View Site in Mobile | Classic
Share by: