ObjectSerializer Class
Definition
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.
Provides methods for serializing and deserializing values which have types which are not statically known.
public sealed class ObjectSerializer
type ObjectSerializer = class
Public NotInheritable Class ObjectSerializer
- Inheritance
-
ObjectSerializer
Constructors
ObjectSerializer(SerializerSessionPool) |
Initializes a new instance of the ObjectSerializer class. |
Methods
CanSerialize(Type) |
Returns |
Deserialize(ArraySegment<Byte>, SerializerSession, Type) |
Deserialize a value of type |
Deserialize(ArraySegment<Byte>, Type) |
Deserialize a value of type |
Deserialize(Byte[], SerializerSession, Type) |
Deserialize a value of type |
Deserialize(Byte[], Type) |
Deserialize a value of type |
Deserialize(ReadOnlyMemory<Byte>, SerializerSession, Type) |
Deserialize a value of type |
Deserialize(ReadOnlyMemory<Byte>, Type) |
Deserialize a value of type |
Deserialize(ReadOnlySequence<Byte>, SerializerSession, Type) |
Deserialize a value of type |
Deserialize(ReadOnlySequence<Byte>, Type) |
Deserialize a value of type |
Deserialize(ReadOnlySpan<Byte>, SerializerSession, Type) |
Deserialize a value of type |
Deserialize(ReadOnlySpan<Byte>, Type) |
Deserialize a value of type |
Deserialize(Stream, SerializerSession, Type) |
Deserialize a value of type |
Deserialize(Stream, Type) |
Deserialize a value of type |
Deserialize<TInput>(Reader<TInput>, Type) |
Deserialize a value of type |
Serialize(Object, ArraySegment<Byte>, SerializerSession, Type) |
Serializes the provided |
Serialize(Object, ArraySegment<Byte>, Type) |
Serializes the provided |
Serialize(Object, Byte[], SerializerSession, Type) |
Serializes the provided |
Serialize(Object, Byte[], Type) |
Serializes the provided |
Serialize(Object, Memory<Byte>, SerializerSession, Type) |
Serializes the provided |
Serialize(Object, Memory<Byte>, Type) |
Serializes the provided |
Serialize(Object, Span<Byte>, SerializerSession, Type) |
Serializes the provided |
Serialize(Object, Span<Byte>, Type) |
Serializes the provided |
Serialize(Object, Stream, SerializerSession, Type, Int32) |
Serializes the provided |
Serialize(Object, Stream, Type, Int32) |
Serializes the provided |
Serialize<TBufferWriter>(Object, TBufferWriter, SerializerSession, Type) |
Serializes the provided |
Serialize<TBufferWriter>(Object, TBufferWriter, Type) |
Serializes the provided |
Serialize<TBufferWriter>(Object, Writer<TBufferWriter>, Type) |
Serializes the provided |