No dependencies. FsCodec.IEventCodec: defines a base interface for a serializer/deserializer. FsCodec.Codec: enables plugging in a serializer and/or Union Encoder of your choice (typically this is used to supply a pair of functions:- encode and tryDecode) (depends on nothing FsCodec....