mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
persisting_state_of_components.md: Hide converter example by default
It is too minor to take so many space on the page
This commit is contained in:
parent
d899dc60bb
commit
ddd38290b7
@ -89,7 +89,10 @@ The following types of values can be persisted:
|
||||
* maps
|
||||
* enums
|
||||
|
||||
For other types, extend [`Converter`](%gh-ic%/platform/util/src/com/intellij/util/xmlb/Converter.java):
|
||||
For other types, extend [`Converter`](%gh-ic%/platform/util/src/com/intellij/util/xmlb/Converter.java).
|
||||
See the example below.
|
||||
|
||||
#### Converter Example {collapsible="true"}
|
||||
|
||||
```java
|
||||
class LocalDateTimeConverter extends Converter<LocalDateTime> {
|
||||
|
Loading…
x
Reference in New Issue
Block a user