Free cookie consent management tool by TermsFeed Policy Generator

source: branches/PersistenceOverhaul/HeuristicLab.Persistence/4.0/Protos/PersistenceMessages.proto @ 13326

Last change on this file since 13326 was 13326, checked in by swagner, 9 years ago

#2520: Created plugin for new persistence implementation

File size: 135 bytes
Line 
1package HeuristicLab.Persistence;
2
3message PersistenceBox {
4  required uint32 TransformerId = 1;
5  required uint32 TypeId = 2;
6}
Note: See TracBrowser for help on using the repository browser.