GSON throwing “Expected BEGIN_OBJECT but was BEGIN_ARRAY”
Used the following code snippet to make it to work.
Type collectionType = new TypeToken<Collection>>(){}.getType();
Collection> enums = gson.fromJson(yourJson, collectionType);
Type collectionType = new TypeToken<Collection>>(){}.getType();
Collection> enums = gson.fromJson(yourJson, collectionType);
My Attempt to learn AI GPT Generative Pretrained Transformer Created by Google in 2017 with the publication of the paper "Attention ...
No comments:
Post a Comment