writeSync abstract method

T writeSync(
  1. Pickle input
)

Creates the persistent form of the provided Pickle.

Implementation

T writeSync(final Pickle input);