Java org.apache.hadoop.io.serializer Serializer fields, constructors, methods, implement or subclass

Example usage for Java org.apache.hadoop.io.serializer Serializer fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.hadoop.io.serializer Serializer.

The text is from its open source code.

Implementation

org.apache.hadoop.io.serializer.Serializer has the following implementations.
Click this link to see all its implementation.

Constructor

Method

voidclose()

Close the underlying output stream and clear up any resources.

voidopen(OutputStream out)

Prepare the serializer for writing.

voidserialize(T t)

Serialize t to the underlying output stream.