eygraber
07/04/2024, 6:07 AMBen Woodworth
07/04/2024, 6:58 AMType.serializer()
function. Gives you more flexibility to change it around internally, and you can always make it public later.
If it isn't an implementation detail, like if it's configurable with a special constructor or if the serializer class meant to be open and extendable, then I'd make it publicMichael Krussel
07/04/2024, 2:53 PM