Skip to content

Round trip of nested tuple gives type conversion error #46

@dstahlke

Description

@dstahlke
using MsgPack
obj = (1,(2,3))
unpack(pack(obj), typeof(obj))

ERROR: MethodError: Cannot convert an object of type Vector{Any} to an object of type Tuple{Int64, Int64}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions