Skip to content

client.getCandlestickBars function is generating error in com.fasterxml.jackson.databind.deser.impl library.. #46

Description

@SmartTraderBot

com.fasterxml.jackson.databind.deser.impl;

in the function "" public Object deserialize(JsonParser p, DeserializationContext ctxt) ""

Object bean is generated unordered (properties of the class Candlestick),

but the ""SettableBeanProperty[] props"" is generated ordered alfabetically,

so,, when trying the function "" prop.deserializeAndSet(p, ctxt, bean);"" properties and values are mismaching and function try to set string value to Long and Long value to string...

I try to change @JsonPropertyOrder(alphabetic=true) of Candelstick class, but nothing changed...

Anybody has any idea????

Adsız

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

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions