struct Zap::Utils::Fetch::Cache::InStore::MessagePackSerializer(T)

Defined in:

utils/fetch/cache.cr

Constructors

Instance Method Summary

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

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(T)

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) : T #

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

[View source]