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