JsonObjectSerializer Class
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An ObjectSerializer implementation that uses JsonSerializer for serialization/deserialization.
public class JsonObjectSerializer : Azure.Core.Serialization.ObjectSerializer, Azure.Core.Serialization.IMemberNameConverter
type JsonObjectSerializer = class
inherit ObjectSerializer
interface IMemberNameConverter
Public Class JsonObjectSerializer
Inherits ObjectSerializer
Implements IMemberNameConverter
- Inheritance
- Implements
Json |
Initializes new instance of JsonObjectSerializer. |
Json |
Initializes new instance of JsonObjectSerializer. |
Default |
A shared instance of JsonObjectSerializer, initialized with the default options. |
Deserialize(Stream, Type, Cancellation |
Read the binary representation into a |
Deserialize |
Read the binary representation into a |
Serialize(Object, Type, Cancellation |
Convert the provided value to it's binary representation and return it as a BinaryData instance. |
Serialize(Stream, Object, Type, Cancellation |
Convert the provided value to it's binary representation and write it to Stream. |
Serialize |
Convert the provided value to it's binary representation and return it as a BinaryData instance. |
Serialize |
Convert the provided value to it's binary representation and write it to Stream. |
IMember |
Converts a MemberInfo to a serializable member name. |
Azure SDK for .NET feedback
Azure SDK for .NET is an open source project. Select a link to provide feedback: