A convinience class to handle attribute and Json serialization at the same time
This class can be used to do all serialization for attributes and json,
if the serialization method is the same.
- get/post
- create new web application
- let web application handle everything
- create root element; (WebApplicationElement)
- find initializer chain for url
- Start initializing
- Loop through initializer chain:
- Create InitializerContextImpl, initialize
- Initialize first element in the chain.