Stream API jackson Parser

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • EKK
    Junior Member
    • Aug 2010
    • 38

    #1

    Stream API jackson Parser

    Hi,

    I am looking into the sample code - and I can see it has been written with jackson parser.

    Has anyone tried to switch to Gson?

    thanks

    EKK
  • MeMpyBet
    Junior Member
    • May 2017
    • 10

    #2
    Sometime ago I did a sample of the BetFair API using Gson as a parser an it worked like a charm.

    I think should be the same for the streaming api. Gson has no problem to parse any kind of json string.

    It has some special case to pasing java arrays into json but it shouldn't your case.

    Comment

    Working...
    X