```rust #[columnar(ser, de)] struct Store{ #[columnar(class="map", key_strategy="DeltaRle")] mapping: BTreeMap<u64, String> } ```