Skip to content

Commit

Permalink
Minor Changes to Class Documentation of ProtobufSerializer
Browse files Browse the repository at this point in the history
  • Loading branch information
nschnitzer committed Dec 1, 2018
1 parent 0332003 commit 2e2c889
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
/**
* ProtobufSerializer provides the ability to serialize and deserialize between objects and bytes
* <br><br>
* Serialized bytes can be forwarded/written to a File object, a File with a specific file name or OutputStream
* Serialized bytes can be forwarded/written to various output types
* <br><br>
* Bytes from byte arrays, File objects, and InputStreams can be deserialized and returned as PersistedData objects
* Various input types of serialized bytes can be deserialized and returned as PersistedData objects
*
*/
public class ProtobufSerializer {
Expand Down

0 comments on commit 2e2c889

Please sign in to comment.