public interface SerializerConstants
| Modifier and Type | Field and Description |
|---|---|
static boolean |
DONT_ENCODE_TYPE |
static boolean |
DONT_SERIALIZE_AS_REF |
static boolean |
ENCODE_TYPE |
static boolean |
NOT_NULLABLE |
static boolean |
NOT_REFERENCEABLE |
static boolean |
NULLABLE |
static boolean |
REFERENCEABLE |
static boolean |
REFERENCED_INSTANCE |
static boolean |
SERIALIZE_AS_REF |
static boolean |
UNREFERENCED_INSTANCE |
static final boolean ENCODE_TYPE
static final boolean DONT_ENCODE_TYPE
static final boolean SERIALIZE_AS_REF
static final boolean DONT_SERIALIZE_AS_REF
static final boolean REFERENCEABLE
static final boolean NOT_REFERENCEABLE
static final boolean NULLABLE
static final boolean NOT_NULLABLE
static final boolean REFERENCED_INSTANCE
static final boolean UNREFERENCED_INSTANCE
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.