Edit

Share via


IObjectSerializer Interface

Definition

A basic serialization service.

public interface IObjectSerializer
type IObjectSerializer = interface
Public Interface IObjectSerializer
Derived

Methods

Deserialize<T>(String)

Deserialize string into an object of the given type.

Serialize<T>(T)

Serialize an object into a string. It is recommended to use strings as the final format for objects.

Applies to