We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecfd897 commit 52d2a56Copy full SHA for 52d2a56
shared/src/main/scala/scala/xml/NodeSeq.scala
@@ -42,7 +42,7 @@ object NodeSeq {
42
* @author Burak Emir
43
* @version 1.0
44
*/
45
-abstract class NodeSeq extends AbstractSeq[Node] with immutable.Seq[Node] with SeqLike[Node, NodeSeq] with Equality {
+abstract class NodeSeq extends AbstractSeq[Node] with immutable.Seq[Node] with SeqLike[Node, NodeSeq] with Equality with Serializable {
46
47
/** Creates a list buffer as builder for this class */
48
override protected[this] def newBuilder = NodeSeq.newBuilder
0 commit comments