configureStandardCrudRepoRoutes

fun <ObjectType, IdType, InputValue> <ERROR CLASS>.configureStandardCrudRepoRoutes(baseSubpart: String, originalRepo: StandardCRUDRepo<ObjectType, IdType, InputValue>, objectsSerializer: KSerializer<ObjectType>, objectsNullableSerializer: KSerializer<ObjectType?>, inputsSerializer: KSerializer<InputValue>, idsSerializer: KSerializer<IdType>, unifiedRouter: UnifiedRouter)
fun <ObjectType, IdType, InputValue> <ERROR CLASS>.configureStandardCrudRepoRoutes(baseSubpart: String, originalRepo: StandardCRUDRepo<ObjectType, IdType, InputValue>, objectsSerializer: KSerializer<ObjectType>, objectsNullableSerializer: KSerializer<ObjectType?>, inputsSerializer: KSerializer<InputValue>, idsSerializer: KSerializer<IdType>, serialFormat: StandardKtorSerialFormat = standardKtorSerialFormat, serialFormatContentType: <ERROR CLASS> = standardKtorSerialFormatContentType): <ERROR CLASS>