@Contract(threading=STATELESS)
public interface HttpCacheEntrySerializer<T>
HttpCacheStorageEntry entries.| Modifier and Type | Method and Description | 
|---|---|
| HttpCacheStorageEntry | deserialize(T serializedObject)Deserializes a cache entry from its serialized representation. | 
| T | serialize(HttpCacheStorageEntry entry)Serializes the given entry. | 
T serialize(HttpCacheStorageEntry entry) throws ResourceIOException
entry - cache entryResourceIOExceptionHttpCacheStorageEntry deserialize(T serializedObject) throws ResourceIOException
serializedObject - serialized representation of the cache entryResourceIOExceptionCopyright © 1999–2021 The Apache Software Foundation. All rights reserved.