KtorReadCRUDRepoClient

inline fun <ObjectType, IdType> KtorReadCRUDRepoClient(    baseUrl: String,     httpClient: <Error class: unknown class>,     contentType: <Error class: unknown class>,     noinline idSerializer: suspend (IdType) -> String): KtorReadCRUDRepoClient<ObjectType, IdType>(source)
inline fun <ObjectType, IdType> KtorReadCRUDRepoClient(    baseUrl: String,     httpClient: <Error class: unknown class>,     idsSerializer: KSerializer<IdType>,     serialFormat: StringFormat,     contentType: <Error class: unknown class>): KtorReadCRUDRepoClient<ObjectType, IdType>(source)
inline fun <ObjectType, IdType> KtorReadCRUDRepoClient(    baseUrl: String,     httpClient: <Error class: unknown class>,     idsSerializer: KSerializer<IdType>,     serialFormat: BinaryFormat,     contentType: <Error class: unknown class>): KtorReadCRUDRepoClient<ObjectType, IdType>(source)