package
0.0.0-rc9
Repository: https://github.com/doublecloud/transfer.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

Serializer

This package defines serializers interfaces, that serializes ChangeItems to []bytes

Supported Formats:

  • json
  • tsv
  • raw

#TODO

  • interface for byte stream serialization
  • add new serialization types