summaryrefslogtreecommitdiff
path: root/java/test/Ice/seqMapping/Serialize/Large.java
blob: 2d4c96331ba0dc6770a098e9a48fe19bb1bf85e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
// **********************************************************************
//
// Copyright (c) 2003-2008 ZeroC, Inc. All rights reserved.
//
// This copy of Ice is licensed to you under the terms described in the
// ICE_LICENSE file included in this distribution.
//
// **********************************************************************

package test.Ice.seqMapping.Serialize;

public class Large implements java.io.Serializable // More than 254 bytes when serialized.
{
    public double d1;
    public double d2;
    public double d3;
    public double d4;
    public double d5;
    public double d6;
    public double d7;
    public double d8;
    public double d9;
    public double d10;
}