We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e39b6e4 commit feca3f8Copy full SHA for feca3f8
Sample Open Source Implementations/head/Foo.java
@@ -38,7 +38,8 @@ public static class FooProtocol extends SerializationProtocol<Foo> //Protocol to
38
@Override
39
public Object[] serialize(Foo object)
40
{
41
- return new Object[] {};
+ return new Object[] {}; //Nothing here for now
42
+
43
}
44
45
@SuppressWarnings("unchecked")
0 commit comments