The Content object is a JSON "value object", that is, a JSON object with a @value field. The optional @language field is also included.
NOTE Users will typically not use this class directly. Instead users will use the text and language getters and setters on the Container object.
contaner.setText("Hello world");
container.setLanguage("en");
org.lappsgrid:serialization:2.7.0