Skip to content

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

@leonidumanskiy

Description

@leonidumanskiy

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