Class UonExample

java.lang.Object
org.apache.juneau.examples.core.uon.UonExample

public class UonExample extends Object
Sample class which shows the simple usage of UONSerializer.
See Also:
  • Constructor Details

  • Method Details

    • main

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