diff --git a/src/main/java/com/insight/demo/serialize/model/msgpack/DataCacheMessage.java b/src/main/java/com/insight/demo/serialize/model/msgpack/DataCacheMessage.java new file mode 100644 index 0000000..4c724fb --- /dev/null +++ b/src/main/java/com/insight/demo/serialize/model/msgpack/DataCacheMessage.java @@ -0,0 +1,14 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: main/proto/tot_list.proto + +package com.insight.demo.serialize.model.msgpack; + +import org.msgpack.annotation.Message; + + +@Message +public class DataCacheMessage { + public boolean compact; + public int schema; + +}