Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

OrleansStorageDefaultJsonSerializer Class

Definition

Namespace:
Orleans.Storage
Assembly:
OrleansSQLUtils.dll
Assembly:
Orleans.Persistence.AdoNet.dll
Package:
Microsoft.Orleans.OrleansSqlUtils v1.5.10
Package:
Microsoft.Orleans.Persistence.AdoNet v2.4.5
Package:
Microsoft.Orleans.Persistence.AdoNet v3.6.5
Source:
OrleansStorageDefaultJsonSerializer.cs

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.

A default JSON serializer for storage providers.

public class OrleansStorageDefaultJsonSerializer : Orleans.Storage.IStorageSerializer
type OrleansStorageDefaultJsonSerializer = class
 interface IStorageSerializer
Public Class OrleansStorageDefaultJsonSerializer
Implements IStorageSerializer
Inheritance
OrleansStorageDefaultJsonSerializer
Implements

Constructors

Name Description
OrleansStorageDefaultJsonSerializer(JsonSerializerSettings, String)

Constructs this serializer from the given parameters.

Properties

Name Description
CanStream

CanStream

Serializer

The serializer this uses for reference purposes.

Settings

The settings this serializer uses for reference purposes.

Tag

Tag

Methods

Name Description
Serialize(Object)

Serialize(Object)

Serialize(Stream, Object)

Serialize(Stream, Object)

Serialize(TextWriter, Object)

Serialize(TextWriter, Object).

Applies to