Interface ISerializer
- Namespace
- RestSharp.Serializers
- Assembly
- RestSharp.dll
public interface ISerializer
Properties
ContentType
string ContentType { get; set; }
Property Value
Methods
Serialize(object)
string? Serialize(object obj)
Parameters
obj
object