abstract struct Zap::Utils::Fetch::Cache::InStore::Serializer(T)

Direct Known Subclasses

Defined in:

utils/fetch/cache.cr

Constructors

Instance Method Summary

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

abstract def deserialize(value : IO) : T #

[View source]
def initialize #

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

[View source]