Skip to content

Commit

Permalink
Add documentation changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniyar Yeralin committed May 12, 2021
1 parent b4989fe commit e7c7789
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/streams/developer-guide/datatypes.html
Original file line number Diff line number Diff line change
Expand Up @@ -140,10 +140,12 @@ <h3>Primitive and basic types<a class="headerlink" href="#primitive-and-basic-ty
<tr class="row-even"><td>UUID</td>
<td><code class="docutils literal"><span class="pre">Serdes.UUID()</span></code></td>
</tr>
</tr>
<tr class="row-odd"><td>Void</td>
<td><code class="docutils literal"><span class="pre">Serdes.Void()</span></code></td>
</tr>
<tr class="row-even"><td>List</td>
<td><code class="docutils literal"><span class="pre">Serdes.ListSerde()</span></code></td>
</tr>
</tbody>
</table>
<div class="admonition tip">
Expand Down
6 changes: 6 additions & 0 deletions docs/streams/upgrade-guide.html
Original file line number Diff line number Diff line change
Expand Up @@ -1104,6 +1104,12 @@ <h3 class="anchor-heading"><a id="streams_api_changes_0101" class="anchor-link">
<li> JoinWindows has no default size anymore: JoinWindows.of("name").within(1000) changes to JoinWindows.of(1000) </li>
</ul>

<p> New serde type <code>ListSerde</code>: </p>
<ul>
<li> added class <code>ListSerde</code> to (de)serialize <code>List</code>-based objects </li>
<li> introduced <code>ListSerializer</code> and <code>ListDeserializer</code> to power the new functionality </li>
</ul>

<div class="pagination">
<a href="/{{version}}/documentation/streams/developer-guide/app-reset-tool" class="pagination__btn pagination__btn__prev">Previous</a>
<a href="#" class="pagination__btn pagination__btn__next pagination__btn--disabled">Next</a>
Expand Down

0 comments on commit e7c7789

Please sign in to comment.