Skip to content

Commit df4d9aa

Browse files
Update Main.java
1 parent ce44e26 commit df4d9aa

File tree

1 file changed

+1
-1
lines changed
  • Sample Open Source Implementations/head

1 file changed

+1
-1
lines changed

Sample Open Source Implementations/head/Main.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public Class<? extends Random> applicableFor()
6767

6868
Serializer.PROTOCOL_REGISTRY.GetProtocolFor(String.class).setActive(false); //Disabling a string protocol. This will force Serializer to serialize string with regular Java Base64 because String implements java.io.Serializable!
6969
Serializer.SerializeTo(f, vars, "145asaa4144akhdgj31hahaXDDLol", r, list, Serializer.Comment("Size of array"), Serializer.Var("arrSize", list.size()), new Bar(), 1, 2.2, 3, 'A', true, false, null, intArr, Serializer.Code("$num")); //Saving to file (serializing)
70-
//This will insert an comment Another way to add variable except Map<String, Object> $ is used to obtain value from variable
70+
//This will insert an comment Another way to add variable except Map<String, Object> $ is used to obtain value from variable
7171

7272
Serializer.PROTOCOL_REGISTRY.setActivityForAll(true); //Enabling all protocols
7373
System.out.println(Serializer.LoadFrom(f)); //Loading from file

0 commit comments

Comments
 (0)