Table of Contents

Interface ISerializer

Namespace
RestSharp.Portable
Assembly
RestSharp.Portable.Core.dll
public interface ISerializer

Properties

ContentType

string ContentType { get; set; }

Property Value

string

Methods

Serialize(object)

byte[] Serialize(object obj)

Parameters

obj object

Returns

byte[]