Skip to content

Not able to deserialize arrays with dynamic response  #21

Description

@lav6

@copybook(type = FullLastArrayShortMapper.class, charset="UTF-8", strict = true)
@DaTa
public class DivisionData {
@CopyBookLine("10 GGF-DV-FIXED.")
private Division ggfDvFixed;

@CopyBookLine("10 GGF-CS-BN-ITEM OCCURS 50 TIMES.")
private CSBN[] ggfCsBnItem;

}
If I'm using copybook deserializer I'm getting bufferunderexception because my response contains 3 CSBN arrays but it is exceptions 50. Not able to handle Array of java objects

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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