Skip to content

Commit

Permalink
#9 documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
almondtools committed Mar 17, 2017
1 parent f2ccec5 commit 4e63c64
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/API.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Using the Testrecorder API
==========================

##Runtime Object Serialization - the Basics
## Runtime Object Serialization - the Basics

In this section we give you an impression how code can be serialized and directly deserialized to code. The following examples will use the following `ExampleObject`:

Expand All @@ -20,7 +20,7 @@ In this section we give you an impression how code can be serialized and directl
ExampleObject exampleObject = new ExampleObject();
exampleObject.setName("Testrecorder");

###Serializing any Object as Java Code
### Serializing any Object as Java Code

Serializing an object to code is done like this:

Expand All @@ -34,7 +34,7 @@ The string `code` will then contain:
ExampleObject serializedObject1 = exampleObject1;


###Serializing any Object as Hamcrest Matcher Code
### Serializing any Object as Hamcrest Matcher Code

Serializing an object to matcher code is done like this:

Expand Down

0 comments on commit 4e63c64

Please sign in to comment.