com.fasterxml.jackson.databind

Class ObjectWriter

  • All Implemented Interfaces:
    Versioned, Serializable


    public class ObjectWriter
    extends Object
    implements Versioned, Serializable
    Builder object that can be used for per-serialization configuration of serialization parameters, such as JSON View and root type to use. (and thus fully thread-safe with no external synchronization); new instances are constructed for different configurations. Instances are initially constructed by ObjectMapper and can be reused in completely thread-safe manner with no explicit synchronization
    See Also:
    Serialized Form

Copyright © 2014-2015 FasterXML. All Rights Reserved.