Package org.nustaq.kson

  • Interface Summary 
    Interface Description
    KsonArgTypesResolver
    Created by ruedi on 14.08.2014.
    KsonCharInput  
    KsonCharOutput  
  • Class Summary 
    Class Description
    JSonSerializer
    Created by ruedi on 12.08.2014.
    Kson
    a simple text <=> object serialization.
    KsonDeserializer
    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.
    KsonSerializer
    Date: 20.12.13 Time: 12:03
    KsonStringCharInput
    implementation of char input on top of a String
    KsonStringOutput
    Created by ruedi on 07.08.2014.
    KsonTypeMapper
    simple implementation of type mapper
  • Exception Summary 
    Exception Description
    KsonParseException
    Created by ruedi on 26.12.13.
  • Annotation Types Summary 
    Annotation Type Description
    ArgTypes
    tagging to advise kson/json serializer to guess types from a method signature