public class StdArraySerializers
extends java.lang.Object
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
StdArraySerializers.BooleanArraySerializer  | 
static class  | 
StdArraySerializers.CharArraySerializer
Character arrays are different from other integral number arrays in that
 they are most likely to be textual data, and should be written as
 Strings, not arrays of entries. 
 | 
static class  | 
StdArraySerializers.DoubleArraySerializer  | 
static class  | 
StdArraySerializers.FloatArraySerializer  | 
static class  | 
StdArraySerializers.IntArraySerializer  | 
static class  | 
StdArraySerializers.LongArraySerializer  | 
static class  | 
StdArraySerializers.ShortArraySerializer  | 
| Modifier and Type | Method and Description | 
|---|---|
static JsonSerializer<?> | 
findStandardImpl(java.lang.Class<?> cls)
Accessor for checking to see if there is a standard serializer for
 given primitive value type. 
 | 
public static JsonSerializer<?> findStandardImpl(java.lang.Class<?> cls)
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"