Skip to content

Unable to parse arrays except uint8_t #47

@m-sasha

Description

@m-sasha

The generator converts fields of array types, such as uint16_t[6] to a List (in FieldGenerator.arrayType()), however ReflectionPayloadDeserializer.deserialize doesn't have a case for this.

I would also recommend adding a warning print at the end of ReflectionPayloadDeserializer.deserialize if there is no type match, so at least it's made obvious to the user that something is wrong, instead of just having a null field.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions