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