Skip to content

Provide example for a .NET Core App serializing a session. #1652

Closed
@ngbrown

Description

@ngbrown

From the release notes on .Net Core 2.0 framework compatibility:

Binary serialization is not supported - the user shall implement serialization surrogates for System.Type,
FieldInfo, PropertyInfo, MethodInfo, ConstructorInfo, Delegate, etc.

This issue replaces the pull request #1425 as a direction was chosen to not provide in-the-library support for session serialization on the new frameworks. This is probably for the best as the pull-request was fairly invasive.

Application level support using serialization surrogates will be more elegant, but an example implementation, and tests, of those surrogates would certainly help.

If your scenario actually needs this support, and you want to migrate to dotnet, then this is the issue to vote on.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions