Data Persistence - Serde (Serializer/Deserializer)

Data System Architecture

About

SerDe is an interface that allows to instruct a process how IO should be processed in order to produce another data structure.

A SerDe is a combination of:

(hence, Ser-De)

Task Runner