Example usage for com.fasterxml.jackson.databind.ser BeanSerializerFactory subclass-usage

List of usage examples for com.fasterxml.jackson.databind.ser BeanSerializerFactory subclass-usage

Introduction

In this page you can find the example usage for com.fasterxml.jackson.databind.ser BeanSerializerFactory subclass-usage.

Usage

From source file org.linkedin.util.json.jackson.MetadataStyleSerializerFactory.java

/**
 * The purpose of this class is to handle only metadata style entities, which is to say,
 * collections and maps and arrays (and recursively) of primitive types or wrapper types
 * and <code>String</code>. Any other type will be serialized by calling <code>toString</code>
 * on it.
 *