defaultSerializer

Serializer for all other types

alias defaultSerializer(T) = CustomSerializer!(T, T, t => t, t => t, t => true)

Meta