From d0a53ad7f6f7c98eedb32501fb51a2df50b341ff Mon Sep 17 00:00:00 2001 From: "Deployment Bot (from Travis CI)" Date: Wed, 19 Aug 2020 19:41:06 +0000 Subject: [PATCH] Deploy motorro/RxLceModel to github.com/motorro/RxLceModel.git:master --- .../-with-object-stream/index.md | 2 +- .../-with-object-stream/serialize.md | 2 +- .../-with-object-stream-and-cache-key/index.md | 2 +- .../-with-object-stream-and-cache-key/serialize.md | 2 +- docs/com.motorro.rxlcemodel.disklrucache/-h-e-x_-c-h-a-r-s.md | 2 +- .../create-default-delegate-prefix.md | 2 +- docs/com.motorro.rxlcemodel.disklrucache/index.md | 4 ++-- .../-kotlin-cache-delegate-serializer/index.md | 2 +- .../-kotlin-cache-delegate-serializer/serialize.md | 2 +- 9 files changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/com.motorro.rxlcemodel.base.service/-cache-delegate-serializer-deserializer/-with-object-stream/index.md b/docs/com.motorro.rxlcemodel.base.service/-cache-delegate-serializer-deserializer/-with-object-stream/index.md index f2aa6032..f4fc9334 100644 --- a/docs/com.motorro.rxlcemodel.base.service/-cache-delegate-serializer-deserializer/-with-object-stream/index.md +++ b/docs/com.motorro.rxlcemodel.base.service/-cache-delegate-serializer-deserializer/-with-object-stream/index.md @@ -23,4 +23,4 @@ Serializes and deserializes [Serializable](http://docs.oracle.com/javase/6/docs/ | Name | Summary | |---|---| | [deserializeSnapshot](deserialize-snapshot.md) | `fun deserializeSnapshot(input: `[`InputStream`](http://docs.oracle.com/javase/6/docs/api/java/io/InputStream.html)`, length: `[`Long`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html)`, invalidated: `[`Boolean`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)`): `[`Entity`](../../../com.motorro.rxlcemodel.base.entity/-entity/index.md)`<`[`D`](index.md#D)`>?`
Deserializes [Entity](../../../com.motorro.rxlcemodel.base.entity/-entity/index.md) from [input](deserialize-snapshot.md#com.motorro.rxlcemodel.base.service.CacheDelegateSerializerDeserializer.WithObjectStream$deserializeSnapshot(java.io.InputStream, kotlin.Long, kotlin.Boolean)/input) stream | -| [serialize](serialize.md) | `fun serialize(entity: `[`Entity`](../../../com.motorro.rxlcemodel.base.entity/-entity/index.md)`<`[`D`](index.md#D)`>, output: `[`OutputStream`](http://docs.oracle.com/javase/6/docs/api/java/io/OutputStream.html)`): `[`Unit`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)
Serializes [entity](serialize.md#com.motorro.rxlcemodel.base.service.CacheDelegateSerializerDeserializer.WithObjectStream$serialize(com.motorro.rxlcemodel.base.entity.Entity((com.motorro.rxlcemodel.base.service.CacheDelegateSerializerDeserializer.WithObjectStream.D)), java.io.OutputStream)/entity) to [output](serialize.md#com.motorro.rxlcemodel.base.service.CacheDelegateSerializerDeserializer.WithObjectStream$serialize(com.motorro.rxlcemodel.base.entity.Entity((com.motorro.rxlcemodel.base.service.CacheDelegateSerializerDeserializer.WithObjectStream.D)), java.io.OutputStream)/output) stream | +| [serialize](serialize.md) | `fun serialize(entity: `[`Entity`](../../../com.motorro.rxlcemodel.base.entity/-entity/index.md)`<`[`D`](index.md#D)`>, output: `[`OutputStream`](http://docs.oracle.com/javase/6/docs/api/java/io/OutputStream.html)`): `
Serializes [entity](serialize.md#com.motorro.rxlcemodel.base.service.CacheDelegateSerializerDeserializer.WithObjectStream$serialize(com.motorro.rxlcemodel.base.entity.Entity((com.motorro.rxlcemodel.base.service.CacheDelegateSerializerDeserializer.WithObjectStream.D)), java.io.OutputStream)/entity) to [output](serialize.md#com.motorro.rxlcemodel.base.service.CacheDelegateSerializerDeserializer.WithObjectStream$serialize(com.motorro.rxlcemodel.base.entity.Entity((com.motorro.rxlcemodel.base.service.CacheDelegateSerializerDeserializer.WithObjectStream.D)), java.io.OutputStream)/output) stream | diff --git a/docs/com.motorro.rxlcemodel.base.service/-cache-delegate-serializer-deserializer/-with-object-stream/serialize.md b/docs/com.motorro.rxlcemodel.base.service/-cache-delegate-serializer-deserializer/-with-object-stream/serialize.md index 040e6461..d8db9565 100644 --- a/docs/com.motorro.rxlcemodel.base.service/-cache-delegate-serializer-deserializer/-with-object-stream/serialize.md +++ b/docs/com.motorro.rxlcemodel.base.service/-cache-delegate-serializer-deserializer/-with-object-stream/serialize.md @@ -2,7 +2,7 @@ # serialize -`fun serialize(entity: `[`Entity`](../../../com.motorro.rxlcemodel.base.entity/-entity/index.md)`<`[`D`](index.md#D)`>, output: `[`OutputStream`](http://docs.oracle.com/javase/6/docs/api/java/io/OutputStream.html)`): `[`Unit`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html) +`fun serialize(entity: `[`Entity`](../../../com.motorro.rxlcemodel.base.entity/-entity/index.md)`<`[`D`](index.md#D)`>, output: `[`OutputStream`](http://docs.oracle.com/javase/6/docs/api/java/io/OutputStream.html)`): ` Overrides [CacheDelegateSerializerDeserializer.serialize](../serialize.md) diff --git a/docs/com.motorro.rxlcemodel.base.service/-with-object-stream-and-cache-key/index.md b/docs/com.motorro.rxlcemodel.base.service/-with-object-stream-and-cache-key/index.md index f31f18f2..971db655 100644 --- a/docs/com.motorro.rxlcemodel.base.service/-with-object-stream-and-cache-key/index.md +++ b/docs/com.motorro.rxlcemodel.base.service/-with-object-stream-and-cache-key/index.md @@ -23,4 +23,4 @@ Serializes and deserializes [Serializable](http://docs.oracle.com/javase/6/docs/ | Name | Summary | |---|---| | [deserializeSnapshot](deserialize-snapshot.md) | `fun deserializeSnapshot(input: `[`InputStream`](http://docs.oracle.com/javase/6/docs/api/java/io/InputStream.html)`, length: `[`Long`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html)`, invalidated: `[`Boolean`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)`): `[`Entity`](../../com.motorro.rxlcemodel.base.entity/-entity/index.md)`<`[`DataWithCacheKey`](../-data-with-cache-key/index.md)`<`[`D`](index.md#D)`>>?`
Deserializes [Entity](../../com.motorro.rxlcemodel.base.entity/-entity/index.md) from [input](deserialize-snapshot.md#com.motorro.rxlcemodel.base.service.WithObjectStreamAndCacheKey$deserializeSnapshot(java.io.InputStream, kotlin.Long, kotlin.Boolean)/input) stream | -| [serialize](serialize.md) | `fun serialize(entity: `[`Entity`](../../com.motorro.rxlcemodel.base.entity/-entity/index.md)`<`[`DataWithCacheKey`](../-data-with-cache-key/index.md)`<`[`D`](index.md#D)`>>, output: `[`OutputStream`](http://docs.oracle.com/javase/6/docs/api/java/io/OutputStream.html)`): `[`Unit`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)
Serializes [entity](serialize.md#com.motorro.rxlcemodel.base.service.WithObjectStreamAndCacheKey$serialize(com.motorro.rxlcemodel.base.entity.Entity((com.motorro.rxlcemodel.base.service.DataWithCacheKey((com.motorro.rxlcemodel.base.service.WithObjectStreamAndCacheKey.D)))), java.io.OutputStream)/entity) to [output](serialize.md#com.motorro.rxlcemodel.base.service.WithObjectStreamAndCacheKey$serialize(com.motorro.rxlcemodel.base.entity.Entity((com.motorro.rxlcemodel.base.service.DataWithCacheKey((com.motorro.rxlcemodel.base.service.WithObjectStreamAndCacheKey.D)))), java.io.OutputStream)/output) stream | +| [serialize](serialize.md) | `fun serialize(entity: `[`Entity`](../../com.motorro.rxlcemodel.base.entity/-entity/index.md)`<`[`DataWithCacheKey`](../-data-with-cache-key/index.md)`<`[`D`](index.md#D)`>>, output: `[`OutputStream`](http://docs.oracle.com/javase/6/docs/api/java/io/OutputStream.html)`): `
Serializes [entity](serialize.md#com.motorro.rxlcemodel.base.service.WithObjectStreamAndCacheKey$serialize(com.motorro.rxlcemodel.base.entity.Entity((com.motorro.rxlcemodel.base.service.DataWithCacheKey((com.motorro.rxlcemodel.base.service.WithObjectStreamAndCacheKey.D)))), java.io.OutputStream)/entity) to [output](serialize.md#com.motorro.rxlcemodel.base.service.WithObjectStreamAndCacheKey$serialize(com.motorro.rxlcemodel.base.entity.Entity((com.motorro.rxlcemodel.base.service.DataWithCacheKey((com.motorro.rxlcemodel.base.service.WithObjectStreamAndCacheKey.D)))), java.io.OutputStream)/output) stream | diff --git a/docs/com.motorro.rxlcemodel.base.service/-with-object-stream-and-cache-key/serialize.md b/docs/com.motorro.rxlcemodel.base.service/-with-object-stream-and-cache-key/serialize.md index 5b555bb4..5ddf0d0d 100644 --- a/docs/com.motorro.rxlcemodel.base.service/-with-object-stream-and-cache-key/serialize.md +++ b/docs/com.motorro.rxlcemodel.base.service/-with-object-stream-and-cache-key/serialize.md @@ -2,7 +2,7 @@ # serialize -`fun serialize(entity: `[`Entity`](../../com.motorro.rxlcemodel.base.entity/-entity/index.md)`<`[`DataWithCacheKey`](../-data-with-cache-key/index.md)`<`[`D`](index.md#D)`>>, output: `[`OutputStream`](http://docs.oracle.com/javase/6/docs/api/java/io/OutputStream.html)`): `[`Unit`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html) +`fun serialize(entity: `[`Entity`](../../com.motorro.rxlcemodel.base.entity/-entity/index.md)`<`[`DataWithCacheKey`](../-data-with-cache-key/index.md)`<`[`D`](index.md#D)`>>, output: `[`OutputStream`](http://docs.oracle.com/javase/6/docs/api/java/io/OutputStream.html)`): ` Overrides [CacheDelegateSerializerDeserializer.serialize](../-cache-delegate-serializer-deserializer/serialize.md) diff --git a/docs/com.motorro.rxlcemodel.disklrucache/-h-e-x_-c-h-a-r-s.md b/docs/com.motorro.rxlcemodel.disklrucache/-h-e-x_-c-h-a-r-s.md index 74b36a22..4e1a2ae5 100644 --- a/docs/com.motorro.rxlcemodel.disklrucache/-h-e-x_-c-h-a-r-s.md +++ b/docs/com.motorro.rxlcemodel.disklrucache/-h-e-x_-c-h-a-r-s.md @@ -2,7 +2,7 @@ # HEX_CHARS -`val HEX_CHARS: `[`CharArray`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-char-array/index.html) +`val HEX_CHARS: ` Hex characters diff --git a/docs/com.motorro.rxlcemodel.disklrucache/create-default-delegate-prefix.md b/docs/com.motorro.rxlcemodel.disklrucache/create-default-delegate-prefix.md index 54cec952..38a3e683 100644 --- a/docs/com.motorro.rxlcemodel.disklrucache/create-default-delegate-prefix.md +++ b/docs/com.motorro.rxlcemodel.disklrucache/create-default-delegate-prefix.md @@ -2,7 +2,7 @@ # createDefaultDelegatePrefix -`fun createDefaultDelegatePrefix(cls: `[`Class`](http://docs.oracle.com/javase/6/docs/api/java/lang/Class.html)`<`[`T`](create-default-delegate-prefix.md#T)`>): `[`String`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) +`fun createDefaultDelegatePrefix(cls: `[`Class`](http://docs.oracle.com/javase/6/docs/api/java/lang/Class.html)`<`[`T`](create-default-delegate-prefix.md#T)`>): ` Default delegate prefix for type diff --git a/docs/com.motorro.rxlcemodel.disklrucache/index.md b/docs/com.motorro.rxlcemodel.disklrucache/index.md index 5ab7ca37..97a419be 100644 --- a/docs/com.motorro.rxlcemodel.disklrucache/index.md +++ b/docs/com.motorro.rxlcemodel.disklrucache/index.md @@ -14,13 +14,13 @@ | Name | Summary | |---|---| -| [HEX_CHARS](-h-e-x_-c-h-a-r-s.md) | `val HEX_CHARS: `[`CharArray`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-char-array/index.html)
Hex characters | +| [HEX_CHARS](-h-e-x_-c-h-a-r-s.md) | `val HEX_CHARS: `
Hex characters | ### Functions | Name | Summary | |---|---| -| [createDefaultDelegatePrefix](create-default-delegate-prefix.md) | `fun createDefaultDelegatePrefix(cls: `[`Class`](http://docs.oracle.com/javase/6/docs/api/java/lang/Class.html)`<`[`T`](create-default-delegate-prefix.md#T)`>): `[`String`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
Default delegate prefix for type | +| [createDefaultDelegatePrefix](create-default-delegate-prefix.md) | `fun createDefaultDelegatePrefix(cls: `[`Class`](http://docs.oracle.com/javase/6/docs/api/java/lang/Class.html)`<`[`T`](create-default-delegate-prefix.md#T)`>): `
Default delegate prefix for type | | [createDelegate](create-delegate.md) | `fun `[`DiskLruCacheProvider`](-disk-lru-cache-sync-delegate/-disk-lru-cache-provider/index.md)`.createDelegate(prefix: `[`String`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)`, sd: `[`CacheDelegateSerializerDeserializer`](../com.motorro.rxlcemodel.base.service/-cache-delegate-serializer-deserializer/index.md)`<`[`D`](create-delegate.md#D)`>): `[`Delegate`](../com.motorro.rxlcemodel.base.service/-sync-delegate-cache-service/-delegate/index.md)`<`[`D`](create-delegate.md#D)`, `[`P`](create-delegate.md#P)`>`
`fun `[`DiskLruCacheProvider`](-disk-lru-cache-sync-delegate/-disk-lru-cache-provider/index.md)`.createDelegate(prefix: `[`String`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)`, sd: `[`CacheDelegateSerializerDeserializer`](../com.motorro.rxlcemodel.base.service/-cache-delegate-serializer-deserializer/index.md)`<`[`D`](create-delegate.md#D)`>, stringify: `[`P`](create-delegate.md#P)`.() -> `[`String`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)`): `[`Delegate`](../com.motorro.rxlcemodel.base.service/-sync-delegate-cache-service/-delegate/index.md)`<`[`D`](create-delegate.md#D)`, `[`P`](create-delegate.md#P)`>`
Creates DiskLRU caching delegate for [SyncDelegateCacheService](../com.motorro.rxlcemodel.base.service/-sync-delegate-cache-service/index.md) Delegate uses cache directory provided by [DiskLruCacheProvider](-disk-lru-cache-sync-delegate/-disk-lru-cache-provider/index.md). This directory is designed to be shared between several delegates. Thus we need to provide each delegate an unique [DiskLruCacheSyncDelegate.prefix](#) to not to mix data with other delegates. The [DiskLruCacheSyncDelegate.sd](#) is a serializer/deserializer that saves/restores entity from file streams. | | [createNormalizedDelegate](create-normalized-delegate.md) | `fun `[`DiskLruCacheProvider`](-disk-lru-cache-sync-delegate/-disk-lru-cache-provider/index.md)`.createNormalizedDelegate(prefix: `[`String`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)`, sd: `[`CacheDelegateSerializerDeserializer`](../com.motorro.rxlcemodel.base.service/-cache-delegate-serializer-deserializer/index.md)`<`[`DataWithCacheKey`](../com.motorro.rxlcemodel.base.service/-data-with-cache-key/index.md)`<`[`D`](create-normalized-delegate.md#D)`>>): `[`Delegate`](../com.motorro.rxlcemodel.base.service/-sync-delegate-cache-service/-delegate/index.md)`<`[`D`](create-normalized-delegate.md#D)`, `[`P`](create-normalized-delegate.md#P)`>`
Creates DiskLRU caching delegate for [SyncDelegateCacheService](../com.motorro.rxlcemodel.base.service/-sync-delegate-cache-service/index.md) with cache key normalizing and check. Delegate uses cache directory provided by [DiskLruCacheProvider](-disk-lru-cache-sync-delegate/-disk-lru-cache-provider/index.md). This directory is designed to be shared between several delegates. Thus we need to provide each delegate an unique [DiskLruCacheSyncDelegate.prefix](#) to not to mix data with other delegates. The [DiskLruCacheSyncDelegate.sd](#) is a serializer/deserializer that saves/restores entity from file streams.`fun `[`DiskLruCacheProvider`](-disk-lru-cache-sync-delegate/-disk-lru-cache-provider/index.md)`.createNormalizedDelegate(prefix: `[`String`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)`, sd: `[`CacheDelegateSerializerDeserializer`](../com.motorro.rxlcemodel.base.service/-cache-delegate-serializer-deserializer/index.md)`<`[`DataWithCacheKey`](../com.motorro.rxlcemodel.base.service/-data-with-cache-key/index.md)`<`[`D`](create-normalized-delegate.md#D)`>>, stringify: `[`P`](create-normalized-delegate.md#P)`.() -> `[`String`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)`): `[`Delegate`](../com.motorro.rxlcemodel.base.service/-sync-delegate-cache-service/-delegate/index.md)`<`[`D`](create-normalized-delegate.md#D)`, `[`P`](create-normalized-delegate.md#P)`>`
Creates DiskLRU caching delegate for [SyncDelegateCacheService](../com.motorro.rxlcemodel.base.service/-sync-delegate-cache-service/index.md) with cache key normalizing and check Delegate uses cache directory provided by [DiskLruCacheProvider](-disk-lru-cache-sync-delegate/-disk-lru-cache-provider/index.md). This directory is designed to be shared between several delegates. Thus we need to provide each delegate an unique [DiskLruCacheSyncDelegate.prefix](#) to not to mix data with other delegates. The [DiskLruCacheSyncDelegate.sd](#) is a serializer/deserializer that saves/restores entity from file streams. | | [getNormalizedKey](get-normalized-key.md) | `fun `[`CacheFriend`](../com.motorro.rxlcemodel.base.service/-cache-friend/index.md)`.getNormalizedKey(prefix: `[`String`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)`): `[`String`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)
Checks [CacheFriend.cacheKey](../com.motorro.rxlcemodel.base.service/-cache-friend/cache-key.md) if it fits to [com.jakewharton.disklrucache.DiskLruCache](#) key requirements and hashes it if not | diff --git a/docs/com.motorro.rxlcemodel.kserializer/-kotlin-cache-delegate-serializer/index.md b/docs/com.motorro.rxlcemodel.kserializer/-kotlin-cache-delegate-serializer/index.md index 13bbfc80..0de92ff0 100644 --- a/docs/com.motorro.rxlcemodel.kserializer/-kotlin-cache-delegate-serializer/index.md +++ b/docs/com.motorro.rxlcemodel.kserializer/-kotlin-cache-delegate-serializer/index.md @@ -25,4 +25,4 @@ Serializes and deserializes objects with [kotlinx.serialization.KSerializer](#) | Name | Summary | |---|---| | [deserializeSnapshot](deserialize-snapshot.md) | `fun deserializeSnapshot(input: `[`InputStream`](http://docs.oracle.com/javase/6/docs/api/java/io/InputStream.html)`, length: `[`Long`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-long/index.html)`, invalidated: `[`Boolean`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)`): `[`Entity`](../../com.motorro.rxlcemodel.base.entity/-entity/index.md)`<`[`D`](index.md#D)`>?`
Deserializes [Entity](../../com.motorro.rxlcemodel.base.entity/-entity/index.md) snapshot from [input](deserialize-snapshot.md#com.motorro.rxlcemodel.kserializer.KotlinCacheDelegateSerializer$deserializeSnapshot(java.io.InputStream, kotlin.Long, kotlin.Boolean)/input) stream Snapshots are used because the validity status is only actual when we are getting cached data. https://github.com/motorro/RxLceModel/issues/5 | -| [serialize](serialize.md) | `fun serialize(entity: `[`Entity`](../../com.motorro.rxlcemodel.base.entity/-entity/index.md)`<`[`D`](index.md#D)`>, output: `[`OutputStream`](http://docs.oracle.com/javase/6/docs/api/java/io/OutputStream.html)`): `[`Unit`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html)
Serializes [entity](serialize.md#com.motorro.rxlcemodel.kserializer.KotlinCacheDelegateSerializer$serialize(com.motorro.rxlcemodel.base.entity.Entity((com.motorro.rxlcemodel.kserializer.KotlinCacheDelegateSerializer.D)), java.io.OutputStream)/entity) to [output](serialize.md#com.motorro.rxlcemodel.kserializer.KotlinCacheDelegateSerializer$serialize(com.motorro.rxlcemodel.base.entity.Entity((com.motorro.rxlcemodel.kserializer.KotlinCacheDelegateSerializer.D)), java.io.OutputStream)/output) stream | +| [serialize](serialize.md) | `fun serialize(entity: `[`Entity`](../../com.motorro.rxlcemodel.base.entity/-entity/index.md)`<`[`D`](index.md#D)`>, output: `[`OutputStream`](http://docs.oracle.com/javase/6/docs/api/java/io/OutputStream.html)`): `
Serializes [entity](serialize.md#com.motorro.rxlcemodel.kserializer.KotlinCacheDelegateSerializer$serialize(com.motorro.rxlcemodel.base.entity.Entity((com.motorro.rxlcemodel.kserializer.KotlinCacheDelegateSerializer.D)), java.io.OutputStream)/entity) to [output](serialize.md#com.motorro.rxlcemodel.kserializer.KotlinCacheDelegateSerializer$serialize(com.motorro.rxlcemodel.base.entity.Entity((com.motorro.rxlcemodel.kserializer.KotlinCacheDelegateSerializer.D)), java.io.OutputStream)/output) stream | diff --git a/docs/com.motorro.rxlcemodel.kserializer/-kotlin-cache-delegate-serializer/serialize.md b/docs/com.motorro.rxlcemodel.kserializer/-kotlin-cache-delegate-serializer/serialize.md index 6d17d8ba..e27e2f10 100644 --- a/docs/com.motorro.rxlcemodel.kserializer/-kotlin-cache-delegate-serializer/serialize.md +++ b/docs/com.motorro.rxlcemodel.kserializer/-kotlin-cache-delegate-serializer/serialize.md @@ -2,7 +2,7 @@ # serialize -`fun serialize(entity: `[`Entity`](../../com.motorro.rxlcemodel.base.entity/-entity/index.md)`<`[`D`](index.md#D)`>, output: `[`OutputStream`](http://docs.oracle.com/javase/6/docs/api/java/io/OutputStream.html)`): `[`Unit`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html) +`fun serialize(entity: `[`Entity`](../../com.motorro.rxlcemodel.base.entity/-entity/index.md)`<`[`D`](index.md#D)`>, output: `[`OutputStream`](http://docs.oracle.com/javase/6/docs/api/java/io/OutputStream.html)`): ` Overrides [CacheDelegateSerializerDeserializer.serialize](../../com.motorro.rxlcemodel.base.service/-cache-delegate-serializer-deserializer/serialize.md)