Microsoft.Orleans.Serialization.Abstractions 9.2.1

Microsoft Orleans Serialization Abstractions

Introduction

Orleans Serialization Abstractions package provides the core interfaces and attributes needed for Orleans serialization. This package contains the definitions used for serialization but not the serialization implementation itself.

Getting Started

To use this package, install it via NuGet:

dotnet add package Microsoft.Orleans.Serialization.Abstractions

This package is automatically included when you reference the Orleans Serialization package or Orleans SDK.

Example

using Orleans.Serialization;

// Define a serializable class
[GenerateSerializer]
public class MyData
{
    [Id(0)]
    public string Name { get; set; }
    
    [Id(1)]
    public int Age { get; set; }
    
    [Id(2)]
    public List<string> Tags { get; set; }
}

Documentation

For more comprehensive documentation, please refer to:

Feedback & Contributing

Showing the top 20 packages that depend on Microsoft.Orleans.Serialization.Abstractions.

Packages Downloads
Microsoft.Orleans.Serialization
Fast, flexible, and version-tolerant serializer for .NET
18
Microsoft.Orleans.Serialization
Fast, flexible, and version-tolerant serializer for .NET
17
Microsoft.Orleans.Serialization
Fast, flexible, and version-tolerant serializer for .NET
16
Microsoft.Orleans.Serialization
Fast, flexible, and version-tolerant serializer for .NET
15
Microsoft.Orleans.Serialization
Fast, flexible, and version-tolerant serializer for .NET
14

Version Downloads Last updated
9.2.1 4 07/26/2025
9.2.0 5 07/27/2025
9.2.0-preview3 4 06/12/2025
9.2.0-preview2 6 06/08/2025
9.2.0-preview1 6 04/13/2025
9.1.2 9 02/21/2025
9.0.1 10 11/25/2024
9.0.0 11 11/23/2024
8.2.0 11 10/09/2024
8.2.0-preview1 11 10/09/2024
8.1.0 11 10/09/2024
8.1.0-preview3 12 10/09/2024
8.1.0-preview2 11 10/09/2024
8.1.0-preview1 11 10/09/2024
8.0.0 11 10/09/2024
8.0.0-rc2 12 10/09/2024
8.0.0-rc1 11 10/09/2024
7.2.7 11 11/09/2024
7.2.6 12 10/09/2024
7.2.5 11 10/09/2024
7.2.4 12 10/09/2024
7.2.3 11 10/09/2024
7.2.2 12 10/09/2024
7.2.1 11 10/09/2024
7.2.0 11 10/09/2024
7.1.2 12 10/09/2024
7.1.1 11 10/09/2024
7.1.0 11 10/09/2024
7.0.0 12 10/09/2024
7.0.0-rc2 12 10/09/2024
4.0.0-preview2 11 10/09/2024
4.0.0-preview1 12 10/09/2024