In the parser from json to classes #2877
Replies: 2 comments 1 reply
-
|
Beta Was this translation helpful? Give feedback.
-
I've done this:
And `package one.empty3.apps.facedetect.video; import com.google.gson.Gson; import java.io.*; /**
class ConfigurationJson {
}` |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'd like to get help here.
I'm trying to build a java hierarchy for my json file passed in a Cloud Function.
It worked great by default, but I give a list of transformations with each having a type. I created a class Transform and subclasses... (waw :) )
I got error (I commented out)
Beta Was this translation helpful? Give feedback.
All reactions