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 40cdc89 commit 2929df0Copy full SHA for 2929df0
src/main/java/com/marcospassos/phpserializer/Writer.java
@@ -62,14 +62,6 @@ public String getResult()
62
return this.buffer.toString();
63
}
64
65
- /**
66
- * Writes a custom serialized object to the buffer.
67
- *
68
- * @param className The fully-qualified name of the class.
69
70
- * @return A writer to be used to custom write the serializable object.
71
- */
72
-
73
/**
74
* Writes the start of an object to the buffer and returns an object-level
75
* sub writer.
0 commit comments