com.fasterxml.jackson.databind.ser.std

Class StdSerializer<T>

    • Field Detail

      • _handledType

        protected final Class<T> _handledType
        Nominal type supported, usually declared type of property for which serializer is used.
    • Constructor Detail

      • StdSerializer

        protected StdSerializer(Class<T> t)
      • StdSerializer

        protected StdSerializer(JavaType type)
      • StdSerializer

        protected StdSerializer(Class<?> t,
                     boolean dummy)
        Alternate constructor that is (alas!) needed to work around kinks of generic type handling

Copyright © 2014 FasterXML. All Rights Reserved.