public class TraversableSerializerConfigSnapshot<E> extends CompositeTypeSerializerConfigSnapshot
TypeSerializerConfigSnapshot
for the Scala TraversableSerializer
.
This configuration snapshot class is implemented in Java because Scala does not allow calling different base class constructors from subclasses, while we need that for the default empty constructor.
Constructor and Description |
---|
TraversableSerializerConfigSnapshot()
This empty nullary constructor is required for deserializing the configuration.
|
TraversableSerializerConfigSnapshot(TypeSerializer<E> elementSerializer) |
Modifier and Type | Method and Description |
---|---|
int |
getVersion()
Returns the version number of the object.
|
equals, getNestedSerializersAndConfigs, getSingleNestedSerializerAndConfig, hashCode, read, write
getUserCodeClassLoader, setUserCodeClassLoader
getCompatibleVersions, getReadVersion
public TraversableSerializerConfigSnapshot()
public TraversableSerializerConfigSnapshot(TypeSerializer<E> elementSerializer)
public int getVersion()
Versioned
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.