| Interface | Description |
|---|---|
| WritableShim |
An interface that mirrors Hadoop's Writable interface; this allows objects in gobblin-api
to implement similar serializers without explicitly depending on Hadoop itself for the
interface definition.
|
| Class | Description |
|---|---|
| TextSerializer |
Serializes Java Strings similar to a Hadoop Text without depending on the underlying
Hadoop libraries.
|