Class HtmlSimpleExample

java.lang.Object
org.apache.juneau.examples.core.html.HtmlSimpleExample

public class HtmlSimpleExample extends Object
Sample class which shows the simple usage of HtmlSerializer and HtmlParser.
See Also:
  • Constructor Details

  • Method Details

    • main

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