FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Is it possible to deserialize a custom class from MessagePackObject · Issue #90 · msgpack/msgpack-cli · GitHub

Is it possible to deserialize a custom class from MessagePackObject #90

Description

Hi,
I know how to deserialize a custom class from a Stream:

var serializer = MessagePackSerializer.Get();
var value = serializer.Unpack(stream);

Is it possible to deserialize a class the same way directly from the MessagePackObject and not from the stream?

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementRequires or request to feature enhancement

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


    Back | FazBrowse Home | New Git URL