Skip to content

Pregenerated serializer hangs on multidimensional array context creation #81

@internetcoffeephone

Description

@internetcoffeephone

I'm using Unity 5, so I pregenerated the serializers, and now I'm creating the right context. There are no circular references, and I'm adding the serializers to the context in the right order (if that matters).
It hangs there however, to be specific in this part:

public XxxxSerializer(MsgPack.Serialization.SerializationContext context) : 
                base(context) {
            this._serializer0 = context.GetSerializer<Yyyy[,,]>();
        }

Somewhere down the stack trace it seems to be hanging at:

MsgPack.ReflectionAbstractions.GetIsGenericType (source={Yyyy[,,]})

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugDetected as bugenhancementRequires or request to feature enhancement

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions