(DataBag bag)
| 39 | @InterfaceStability.Evolving // Because we still don't have the map casts quite right |
| 40 | public interface StoreCaster extends LoadCaster { |
| 41 | public byte[] toBytes(DataBag bag) throws IOException; |
| 42 | |
| 43 | public byte[] toBytes(String s) throws IOException; |
| 44 |
no outgoing calls