Interface ISerializer
public interface ISerializer
Properties
ContentType
string ContentType { get; set; }
Property Value
Methods
Serialize(object)
byte[] Serialize(object obj)
Parameters
obj
object
Returns
- byte[]
public interface ISerializer
string ContentType { get; set; }
byte[] Serialize(object obj)
obj
object