tree: faf2f83ed0a6407745a8dd2ad4fb84da36813750
  1. api/
  2. src/
  3. build.gradle
  4. README.md
ink/ink-storage/README.md

Ink Storage Module

Logic for compactly serializing and deserializing Ink brushes and strokes. The at-rest format is gzip-compressed binary-protobuf. The underlying protobuf messages use a compact representation for stroke geometry, and the message format is defined in the .proto files published here.

Currently, this supports storage of BrushFamily and StrokeInputBatch objects.