Table of Contents

Interface ISerializer

Namespace
RestSharp.Serializers
Assembly
RestSharp.dll
public interface ISerializer

Properties

ContentType

string ContentType { get; set; }

Property Value

string

Methods

Serialize(object)

string? Serialize(object obj)

Parameters

obj object

Returns

string