Class ByteUnmarshaller
Unmarshaller for byte fields
public class ByteUnmarshaller : IUnmarshaller<byte, XmlUnmarshallerContext>, IUnmarshaller<byte, JsonUnmarshallerContext>
- Inheritance
-
ByteUnmarshaller
- Implements
- Inherited Members
Properties
Instance
public static ByteUnmarshaller Instance { get; }
Property Value
Methods
GetInstance()
public static ByteUnmarshaller GetInstance()
Returns
Unmarshall(JsonUnmarshallerContext)
public byte Unmarshall(JsonUnmarshallerContext context)
Parameters
context
JsonUnmarshallerContext
Returns
Unmarshall(XmlUnmarshallerContext)
public byte Unmarshall(XmlUnmarshallerContext context)
Parameters
context
XmlUnmarshallerContext