Class KsonDeserializer

java.lang.Object
org.nustaq.kson.KsonDeserializer

public class KsonDeserializer extends Object
parses kson format as well as json. somewhat quick&dirty, anyway targeted for easy mapping of config files/data and to connect kontraktor's actors to slow-end tech like webservices & jscript front ends. Note: this is pretty fuzzy code (typeguessing, best effort parsing ..)
  • Field Details

    • DEBUG_STACK

      public static boolean DEBUG_STACK
    • in

      protected KsonCharInput in
    • mapper

      protected KsonTypeMapper mapper
    • stack

      protected Stack<org.nustaq.kson.KsonDeserializer.ParseStep> stack
    • supportJSon

      protected boolean supportJSon
  • Constructor Details

  • Method Details