Interface Serializer<T>

Type Parameters:
T - type to serialize

public interface Serializer<T>
Provides a mechanism by which a value can be serialized to a stream of bytes
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    serialize(T value, OutputStream output)
    Serializes the given value to the OutputStream