You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: include/JavaObject/io/Serializable.h
+12-12Lines changed: 12 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -10,17 +10,17 @@
10
10
*/
11
11
#ifndefJAVAOBJECTSTREAMS_SERIALIZABLE_H
12
12
#defineJAVAOBJECTSTREAMS_SERIALIZABLE_H
13
-
#include"JavaObject/JavaSerializedClassParser.h"
14
-
15
-
namespacejavaobject::io {
16
-
classSerializable {
17
-
public:
18
-
virtual~Serializable() = default;
19
-
20
-
virtual SerializedClass serializeObject() = 0;
21
-
// todo deserialize func too I think?
22
-
// or maybe we should be able to create a definition type (just types and names, no values) and pass that into deserializeObject with template to return correct class type
// // or maybe we should be able to create a definition type (just types and names, no values) and pass that into deserializeObject with template to return correct class type
0 commit comments