Uses of Class
org.nustaq.kson.KsonTypeMapper
Packages that use KsonTypeMapper
-
Uses of KsonTypeMapper in org.nustaq.kson
Fields in org.nustaq.kson declared as KsonTypeMapperModifier and TypeFieldDescriptionprotected KsonTypeMapperKsonDeserializer.mapperprotected KsonTypeMapperKsonSerializer.mapperMethods in org.nustaq.kson that return KsonTypeMapperConstructors in org.nustaq.kson with parameters of type KsonTypeMapperModifierConstructorDescriptionJSonSerializer(KsonCharOutput out, KsonTypeMapper mapper, FSTConfiguration conf) Kson(KsonTypeMapper mapper) KsonDeserializer(KsonCharInput in, KsonTypeMapper mapper) KsonSerializer(KsonCharOutput out, KsonTypeMapper mapper, FSTConfiguration conf)