Umi — API References - v1.3.0
    Preparing search index...
    • Creates a serializer for an optional value using null as the None value.

      Type Parameters

      • T
      • U = T

      Parameters

      • item: Serializer<T, U>

        The serializer to use for the value that may be present.

      • Optionaloptions: NullableSerializerOptions

        A set of options for the serializer.

      Returns Serializer<Nullable<T>, Nullable<U>>