feat use rpc_core self serializer

This commit is contained in:
tqcq 2024-04-09 06:36:06 +00:00
parent 91251d7771
commit 56068d35dc

View File

@ -4,7 +4,7 @@ project(rpc_core CXX)
# config
option(RPC_CORE_SERIALIZE_USE_CUSTOM "" "")
option(RPC_CORE_SERIALIZE_USE_NLOHMANN_JSON "" ON)
option(RPC_CORE_SERIALIZE_USE_NLOHMANN_JSON "" OFF)
# test
option(RPC_CORE_BUILD_TEST "" OFF)