struct Zap::Utils::Fetch::Cache::InStore::NoopSerializer

Defined in:

utils/fetch/cache.cr

Constructors

Instance Method Summary

Instance methods inherited from struct Zap::Utils::Fetch::Cache::InStore::Serializer(String)

deserialize(value : IO) : T deserialize, initialize initialize, serialize(value : T) : Bytes | String | IO serialize

Constructor methods inherited from struct Zap::Utils::Fetch::Cache::InStore::Serializer(String)

new new

Instance methods inherited from class Object

or(other : T) : T | self forall T or, pipe(&) pipe

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def deserialize(value : IO) : String #

[View source]
def serialize(value : String) : Bytes | String | IO #

[View source]