Interface IRestSerializer
- Namespace
- RestSharp.Serializers
- Assembly
- RestSharp.dll
public interface IRestSerializer
Properties
AcceptedContentTypes
string[] AcceptedContentTypes { get; }
Property Value
- string[]
DataFormat DataFormat { get; }
Property Value
- DataFormat
Deserializer
IDeserializer Deserializer { get; }
Property Value
- IDeserializer
Serializer
ISerializer Serializer { get; }
Property Value
- ISerializer
SupportsContentType
SupportsContentType SupportsContentType { get; }
Property Value
- SupportsContentType
Methods
Serialize(Parameter)
string? Serialize(Parameter parameter)
Parameters
parameter
Parameter
Returns
- string