Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CityDoctor
CityDoctor2
Commits
b706f2bf
Commit
b706f2bf
authored
Nov 13, 2024
by
Riegel
Browse files
Add CompositeCollection serialization
parent
0fe931c9
Changes
1
Hide whitespace changes
Inline
Side-by-side
CityDoctorParent/CityDoctorModel/src/main/java/de/hft/stuttgart/citydoctor2/datastructure/CompositeCollection.java
View file @
b706f2bf
...
@@ -2,6 +2,7 @@ package de.hft.stuttgart.citydoctor2.datastructure;
...
@@ -2,6 +2,7 @@ package de.hft.stuttgart.citydoctor2.datastructure;
import
java.io.Serial
;
import
java.io.Serial
;
import
java.io.Serializable
;
import
java.util.ArrayList
;
import
java.util.ArrayList
;
import
java.util.List
;
import
java.util.List
;
...
@@ -9,7 +10,7 @@ import java.util.List;
...
@@ -9,7 +10,7 @@ import java.util.List;
*
*
* @author Riegel
* @author Riegel
*/
*/
public
final
class
CompositeCollection
{
public
final
class
CompositeCollection
implements
Serializable
{
@Serial
@Serial
private
static
final
long
serialVersionUID
=
-
1867197873443341287L
;
private
static
final
long
serialVersionUID
=
-
1867197873443341287L
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment