File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Sample Open Source Implementations/head Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 88import java .util .Random ;
99import java .util .concurrent .atomic .AtomicLong ;
1010
11+ import com .sun .javafx .css .parser .CSSParser ;
12+
1113import ugp .org .SerialX .Scope ;
1214import ugp .org .SerialX .Serializer ;
1315import ugp .org .SerialX .Protocols .SerializationProtocol ;
@@ -75,8 +77,12 @@ public Class<? extends Random> applicableFor()
7577 t = System .nanoTime ();
7678 System .out .println ("Read: " + (t -t0 )/1000000 );
7779
80+ scope = scope .filter (obj -> obj != null ); //This will filter away every null value and variable!
81+
7882 System .out .println (scope .toVarMap ());
7983 System .out .println (scope .toValList ());
84+
85+ System .out .println ((Object )Serializer .LoadFrom (f , 1 ));
8086 }
8187
8288 //We can invoke static things from SerialX!
You can’t perform that action at this time.
0 commit comments