configureWriteStandardCrudRepoRoutes

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