Table of Contents

Interface ISerializerService

Namespace
H.Services.Serializable
Assembly
H.Services.Serializable.dll
public interface ISerializerService
Extension Methods

Methods

DeserializeObject(string, Type)

object DeserializeObject(string txt, Type type)

Parameters

txt string
type Type

Returns

object

SerializeObject<T>(T)

string SerializeObject<T>(T t)

Parameters

t T

Returns

string

Type Parameters

T