KtorCRUDRepoClient

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