File tree 7 files changed +264
-16485
lines changed
7 files changed +264
-16485
lines changed Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ This package is still under development and has not reached version 1.0.0 yet. T
30
30
- [ Features] ( #features )
31
31
- [ Roadmap] ( #roadmap )
32
32
- [ Documentation] ( #documentation )
33
+ - [ Examples] ( #examples )
33
34
- [ Development] ( #development )
34
35
- [ Contributing] ( #contributing )
35
36
- [ Contributors ✨] ( #contributors-%E2%9C%A8 )
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ This document contains many of the advanced use-cases that you may stumble upon
13
13
- [ Build your own model renderer] ( #build-your-own-model-renderer )
14
14
- [ Create your own models from the ground up, instead of a supported input] ( #create-your-own-models-from-the-ground-up-instead-of-a-supported-input )
15
15
- [ Add logging to library] ( #add-logging-to-library )
16
- * [ Example usage] ( #example-usage )
17
16
- [ Change the generated indentation type and size] ( #change-the-generated-indentation-type-and-size )
18
17
- [ Change the naming format for properties] ( #change-the-naming-format-for-properties )
19
18
- [ Change the naming format for data models] ( #change-the-naming-format-for-data-models )
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ There are special use-cases that each language supports; this document pertains
6
6
<!-- toc -->
7
7
8
8
- [ Generate serializer and deserializer functionality] ( #generate-serializer-and-deserializer-functionality )
9
+ - [ Generate models with equals and GetHashCode methods] ( #generate-models-with-equals-and-gethashcode-methods )
9
10
10
11
<!-- tocstop -->
11
12
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ There are special use-cases that each language supports; this document pertains
5
5
6
6
<!-- toc -->
7
7
8
- - [ Generate an interface instead of class ] ( #generate-an-interface-instead-of-class )
9
- - [ Generate un/marshal functions for each class ] ( #generate-unmarshal-functions-for-each-class )
8
+ - [ Generate an interface instead of classes ] ( #generate-an-interface-instead-of-classes )
9
+ - [ Generate un/marshal functions for classes ] ( #generate-unmarshal-functions-for-classes )
10
10
- [ Generate example data function] ( #generate-example-data-function )
11
11
12
12
<!-- tocstop -->
You can’t perform that action at this time.
0 commit comments