ServiceStack.Text.EnumMemberSerializer
1.0.32
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package ServiceStack.Text.EnumMemberSerializer --version 1.0.32
NuGet\Install-Package ServiceStack.Text.EnumMemberSerializer -Version 1.0.32
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="ServiceStack.Text.EnumMemberSerializer" Version="1.0.32" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ServiceStack.Text.EnumMemberSerializer --version 1.0.32
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: ServiceStack.Text.EnumMemberSerializer, 1.0.32"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install ServiceStack.Text.EnumMemberSerializer as a Cake Addin #addin nuget:?package=ServiceStack.Text.EnumMemberSerializer&version=1.0.32 // Install ServiceStack.Text.EnumMemberSerializer as a Cake Tool #tool nuget:?package=ServiceStack.Text.EnumMemberSerializer&version=1.0.32
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Extension for ServiceStack.Text to allow using EnumMember attributes to serialize and deserialize enumerations.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40-client is compatible. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
- ServiceStack.Text (>= 3.9.44)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
3.0.0.50044 | 391,353 | 4/6/2018 |
2.0.0.7151 | 11,242 | 6/19/2017 |
1.0.48 | 15,362 | 9/23/2015 |
1.0.44 | 8,383 | 6/17/2014 |
1.0.39 | 3,299 | 10/22/2013 |
1.0.37 | 1,310 | 8/13/2013 |
1.0.32 | 1,653 | 7/16/2013 |
1.0.26 | 1,324 | 7/12/2013 |
1.0.22 | 1,429 | 7/11/2013 |
Increased serialize/deserialize performance ~30x by using static cache.
Handle case when a type namespace is null by passing it to the filter as an empty string.