Imports of package serialize

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
encoding/jsonPackage json implements encoding and decoding of JSON as defined in RFC 7159.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/go-logr/logrPackage logr defines a general-purpose logging API and abstract interfaces to back that API.
log/slogPackage slog provides structured logging, in which log records include a message, a severity level, and various other attributes expressed as key-value pairs.
strconvPackage strconv implements conversions to and from string representations of basic data types.