Class JsonSimpleExample

java.lang.Object
org.apache.juneau.examples.core.json.JsonSimpleExample

public class JsonSimpleExample extends Object
Sample class which shows the simple usage of JsonSerializer and JsonParser.
See Also:
  • Constructor Details

  • Method Details

    • main

      public static void main(String[] args) throws Exception
      Serializing Pojo bean into Json format and Deserialize back to Pojo instance type.
      Parameters:
      args - Unused.
      Throws:
      Exception - Unused.