c
org.locationtech.geomesa.features.SerializationOption
SerializationOptions
Companion object SerializationOptions
implicit final class SerializationOptions extends AnyVal
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SerializationOptions
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new SerializationOptions(options: Set[SerializationOption])
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
##(): Int
- Definition Classes
- Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
contains(value: SerializationOption): Boolean
- value
the value to search for
- returns
true iff
contains the giventhis
value
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- def immutable: Boolean
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isLazy: Boolean
- val options: Set[SerializationOption]
-
def
toString(): String
- Definition Classes
- Any
- def useNativeCollections: Boolean
- def withUserData: Boolean
-
def
withoutFidHints: Boolean
In conjunction with
withUserData
, skip Hints.USE_PROVIDED_FID and Hints.PROVIDED_FIDIn conjunction with
withUserData
, skip Hints.USE_PROVIDED_FID and Hints.PROVIDED_FIDNote that currently we don't serialize those fields anyway, but this makes it explicit and will suppress any warnings
- def withoutId: Boolean