write abstract method

T write(
  1. Pickle input
)

Creates the persistent form of the provided Pickle.

Implementation

T write(final Pickle input);