hessian2/basic_codec/basic_codec.hpp (7 lines of code) (raw):

#pragma once #include "hessian2/basic_codec/bool_codec.hpp" #include "hessian2/basic_codec/byte_codec.hpp" #include "hessian2/basic_codec/date_codec.hpp" #include "hessian2/basic_codec/number_codec.hpp" #include "hessian2/basic_codec/object_codec.hpp" #include "hessian2/basic_codec/string_codec.hpp"