com.fasterxml.jackson.databind.ser.std

Class BooleanSerializer

  • All Implemented Interfaces:
    JsonFormatVisitable, SchemaAware


    public final class BooleanSerializer
    extends NonTypedScalarSerializerBase<Boolean>
    Serializer used for primitive boolean, as well as java.util.Boolean wrapper type.

    Since this is one of "native" types, no type information is ever included on serialization (unlike for most scalar types as of 1.5)

Copyright © 2012-2013 FasterXML. All Rights Reserved.