public interface SerializationPolicy
DsonOutput.Output
mode.Modifier and Type | Method and Description |
---|---|
com.google.common.collect.ImmutableMap<java.lang.Class<?>,com.google.common.collect.ImmutableSet<java.lang.String>> |
getIncludedFields(DsonOutput.Output output)
Retrieve the fields to output for the given output mode.
|
com.google.common.collect.ImmutableMap<java.lang.Class<?>,com.google.common.collect.ImmutableSet<java.lang.String>> getIncludedFields(DsonOutput.Output output)
output
- The output modeClass<?>
and field names to output