From 9ff8e9a6acfa4af64a80a41ddbb1b309e221bde7 Mon Sep 17 00:00:00 2001 From: Programmer001 <39063786+PetoPetko@users.noreply.github.com> Date: Tue, 22 Sep 2020 14:25:20 +0200 Subject: [PATCH] 1.1.0 --- SerialX 1.1.0.jar | Bin 0 -> 13482 bytes doc 1.1.0/allclasses-frame.html | 23 + doc 1.1.0/allclasses-noframe.html | 23 + doc 1.1.0/constant-values.html | 124 ++++ doc 1.1.0/deprecated-list.html | 124 ++++ doc 1.1.0/help-doc.html | 229 +++++++ doc 1.1.0/index-files/index-1.html | 143 +++++ doc 1.1.0/index-files/index-10.html | 143 +++++ doc 1.1.0/index-files/index-2.html | 134 ++++ doc 1.1.0/index-files/index-3.html | 129 ++++ doc 1.1.0/index-files/index-4.html | 141 +++++ doc 1.1.0/index-files/index-5.html | 129 ++++ doc 1.1.0/index-files/index-6.html | 135 ++++ doc 1.1.0/index-files/index-7.html | 133 ++++ doc 1.1.0/index-files/index-8.html | 169 +++++ doc 1.1.0/index-files/index-9.html | 129 ++++ doc 1.1.0/index.html | 75 +++ doc 1.1.0/overview-frame.html | 22 + doc 1.1.0/overview-summary.html | 139 +++++ doc 1.1.0/overview-tree.html | 157 +++++ doc 1.1.0/package-list | 2 + doc 1.1.0/script.js | 30 + doc 1.1.0/serialized-form.html | 141 +++++ doc 1.1.0/stylesheet.css | 574 +++++++++++++++++ .../org/SerialX/Protocols/ListProtocol.html | 338 ++++++++++ .../Protocols/SerializationProtocol.html | 419 +++++++++++++ .../org/SerialX/Protocols/StringProtocol.html | 335 ++++++++++ .../Protocols/class-use/ListProtocol.html | 124 ++++ .../class-use/SerializationProtocol.html | 270 ++++++++ .../Protocols/class-use/StringProtocol.html | 124 ++++ .../org/SerialX/Protocols/package-frame.html | 22 + .../SerialX/Protocols/package-summary.html | 152 +++++ .../org/SerialX/Protocols/package-tree.html | 142 +++++ .../org/SerialX/Protocols/package-use.html | 180 ++++++ .../SerialX/Serializer.ProtocolRegistry.html | 542 ++++++++++++++++ doc 1.1.0/ugp/org/SerialX/Serializer.html | 580 ++++++++++++++++++ .../Serializer.ProtocolRegistry.html | 166 +++++ .../ugp/org/SerialX/class-use/Serializer.html | 124 ++++ doc 1.1.0/ugp/org/SerialX/package-frame.html | 21 + .../ugp/org/SerialX/package-summary.html | 150 +++++ doc 1.1.0/ugp/org/SerialX/package-tree.html | 150 +++++ doc 1.1.0/ugp/org/SerialX/package-use.html | 159 +++++ 42 files changed, 7046 insertions(+) create mode 100644 SerialX 1.1.0.jar create mode 100644 doc 1.1.0/allclasses-frame.html create mode 100644 doc 1.1.0/allclasses-noframe.html create mode 100644 doc 1.1.0/constant-values.html create mode 100644 doc 1.1.0/deprecated-list.html create mode 100644 doc 1.1.0/help-doc.html create mode 100644 doc 1.1.0/index-files/index-1.html create mode 100644 doc 1.1.0/index-files/index-10.html create mode 100644 doc 1.1.0/index-files/index-2.html create mode 100644 doc 1.1.0/index-files/index-3.html create mode 100644 doc 1.1.0/index-files/index-4.html create mode 100644 doc 1.1.0/index-files/index-5.html create mode 100644 doc 1.1.0/index-files/index-6.html create mode 100644 doc 1.1.0/index-files/index-7.html create mode 100644 doc 1.1.0/index-files/index-8.html create mode 100644 doc 1.1.0/index-files/index-9.html create mode 100644 doc 1.1.0/index.html create mode 100644 doc 1.1.0/overview-frame.html create mode 100644 doc 1.1.0/overview-summary.html create mode 100644 doc 1.1.0/overview-tree.html create mode 100644 doc 1.1.0/package-list create mode 100644 doc 1.1.0/script.js create mode 100644 doc 1.1.0/serialized-form.html create mode 100644 doc 1.1.0/stylesheet.css create mode 100644 doc 1.1.0/ugp/org/SerialX/Protocols/ListProtocol.html create mode 100644 doc 1.1.0/ugp/org/SerialX/Protocols/SerializationProtocol.html create mode 100644 doc 1.1.0/ugp/org/SerialX/Protocols/StringProtocol.html create mode 100644 doc 1.1.0/ugp/org/SerialX/Protocols/class-use/ListProtocol.html create mode 100644 doc 1.1.0/ugp/org/SerialX/Protocols/class-use/SerializationProtocol.html create mode 100644 doc 1.1.0/ugp/org/SerialX/Protocols/class-use/StringProtocol.html create mode 100644 doc 1.1.0/ugp/org/SerialX/Protocols/package-frame.html create mode 100644 doc 1.1.0/ugp/org/SerialX/Protocols/package-summary.html create mode 100644 doc 1.1.0/ugp/org/SerialX/Protocols/package-tree.html create mode 100644 doc 1.1.0/ugp/org/SerialX/Protocols/package-use.html create mode 100644 doc 1.1.0/ugp/org/SerialX/Serializer.ProtocolRegistry.html create mode 100644 doc 1.1.0/ugp/org/SerialX/Serializer.html create mode 100644 doc 1.1.0/ugp/org/SerialX/class-use/Serializer.ProtocolRegistry.html create mode 100644 doc 1.1.0/ugp/org/SerialX/class-use/Serializer.html create mode 100644 doc 1.1.0/ugp/org/SerialX/package-frame.html create mode 100644 doc 1.1.0/ugp/org/SerialX/package-summary.html create mode 100644 doc 1.1.0/ugp/org/SerialX/package-tree.html create mode 100644 doc 1.1.0/ugp/org/SerialX/package-use.html diff --git a/SerialX 1.1.0.jar b/SerialX 1.1.0.jar new file mode 100644 index 0000000000000000000000000000000000000000..7e908c883afdba707db1f896619908cbe8c03ff5 GIT binary patch literal 13482 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 literal 0 HcmV?d00001 diff --git a/doc 1.1.0/allclasses-frame.html b/doc 1.1.0/allclasses-frame.html new file mode 100644 index 0000000..4616d2b --- /dev/null +++ b/doc 1.1.0/allclasses-frame.html @@ -0,0 +1,23 @@ + + + + + +All Classes + + + + + +

All Classes

+ + + diff --git a/doc 1.1.0/allclasses-noframe.html b/doc 1.1.0/allclasses-noframe.html new file mode 100644 index 0000000..9da168e --- /dev/null +++ b/doc 1.1.0/allclasses-noframe.html @@ -0,0 +1,23 @@ + + + + + +All Classes + + + + + +

All Classes

+ + + diff --git a/doc 1.1.0/constant-values.html b/doc 1.1.0/constant-values.html new file mode 100644 index 0000000..f593ad0 --- /dev/null +++ b/doc 1.1.0/constant-values.html @@ -0,0 +1,124 @@ + + + + + +Constant Field Values + + + + + + + + +
+ + + + + + + +
+ + +
+

Constant Field Values

+

Contents

+
+ +
+ + + + + + + +
+ + + + diff --git a/doc 1.1.0/deprecated-list.html b/doc 1.1.0/deprecated-list.html new file mode 100644 index 0000000..270396b --- /dev/null +++ b/doc 1.1.0/deprecated-list.html @@ -0,0 +1,124 @@ + + + + + +Deprecated List + + + + + + + + +
+ + + + + + + +
+ + +
+

Deprecated API

+

Contents

+
+ +
+ + + + + + + +
+ + + + diff --git a/doc 1.1.0/help-doc.html b/doc 1.1.0/help-doc.html new file mode 100644 index 0000000..c2c7614 --- /dev/null +++ b/doc 1.1.0/help-doc.html @@ -0,0 +1,229 @@ + + + + + +API Help + + + + + + + + +
+ + + + + + + +
+ + +
+

How This API Document Is Organized

+
This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.
+
+
+
    +
  • +

    Overview

    +

    The Overview page is the front page of this API document and provides a list of all packages with a summary for each. This page can also contain an overall description of the set of packages.

    +
  • +
  • +

    Package

    +

    Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain six categories:

    +
      +
    • Interfaces (italic)
    • +
    • Classes
    • +
    • Enums
    • +
    • Exceptions
    • +
    • Errors
    • +
    • Annotation Types
    • +
    +
  • +
  • +

    Class/Interface

    +

    Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:

    +
      +
    • Class inheritance diagram
    • +
    • Direct Subclasses
    • +
    • All Known Subinterfaces
    • +
    • All Known Implementing Classes
    • +
    • Class/interface declaration
    • +
    • Class/interface description
    • +
    +
      +
    • Nested Class Summary
    • +
    • Field Summary
    • +
    • Constructor Summary
    • +
    • Method Summary
    • +
    +
      +
    • Field Detail
    • +
    • Constructor Detail
    • +
    • Method Detail
    • +
    +

    Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.

    +
  • +
  • +

    Annotation Type

    +

    Each annotation type has its own separate page with the following sections:

    +
      +
    • Annotation Type declaration
    • +
    • Annotation Type description
    • +
    • Required Element Summary
    • +
    • Optional Element Summary
    • +
    • Element Detail
    • +
    +
  • +
  • +

    Enum

    +

    Each enum has its own separate page with the following sections:

    +
      +
    • Enum declaration
    • +
    • Enum description
    • +
    • Enum Constant Summary
    • +
    • Enum Constant Detail
    • +
    +
  • +
  • +

    Use

    +

    Each documented package, class and interface has its own Use page. This page describes what packages, classes, methods, constructors and fields use any part of the given class or package. Given a class or interface A, its Use page includes subclasses of A, fields declared as A, methods that return A, and methods and constructors with parameters of type A. You can access this page by first going to the package, class or interface, then clicking on the "Use" link in the navigation bar.

    +
  • +
  • +

    Tree (Class Hierarchy)

    +

    There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with java.lang.Object. The interfaces do not inherit from java.lang.Object.

    +
      +
    • When viewing the Overview page, clicking on "Tree" displays the hierarchy for all packages.
    • +
    • When viewing a particular package, class or interface page, clicking "Tree" displays the hierarchy for only that package.
    • +
    +
  • +
  • +

    Deprecated API

    +

    The Deprecated API page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.

    +
  • +
  • +

    Index

    +

    The Index contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.

    +
  • +
  • +

    Prev/Next

    +

    These links take you to the next or previous class, interface, package, or related page.

    +
  • +
  • +

    Frames/No Frames

    +

    These links show and hide the HTML frames. All pages are available with or without frames.

    +
  • +
  • +

    All Classes

    +

    The All Classes link shows all classes and interfaces except non-static nested types.

    +
  • +
  • +

    Serialized Form

    +

    Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description.

    +
  • +
  • +

    Constant Field Values

    +

    The Constant Field Values page lists the static final fields and their values.

    +
  • +
+This help file applies to API documentation generated using the standard doclet.
+ +
+ + + + + + + +
+ + + + diff --git a/doc 1.1.0/index-files/index-1.html b/doc 1.1.0/index-files/index-1.html new file mode 100644 index 0000000..3163a3c --- /dev/null +++ b/doc 1.1.0/index-files/index-1.html @@ -0,0 +1,143 @@ + + + + + +A-Index + + + + + + + + +
+ + + + + + + +
+ + +
A D E G I L P S T U  + + +

A

+
+
add(SerializationProtocol<?>) - Method in class ugp.org.SerialX.Serializer.ProtocolRegistry
+
 
+
add(int, SerializationProtocol<?>) - Method in class ugp.org.SerialX.Serializer.ProtocolRegistry
+
 
+
addAll(Collection<? extends SerializationProtocol<?>>) - Method in class ugp.org.SerialX.Serializer.ProtocolRegistry
+
 
+
addAll(int, Collection<? extends SerializationProtocol<?>>) - Method in class ugp.org.SerialX.Serializer.ProtocolRegistry
+
 
+
addAll(SerializationProtocol<?>...) - Method in class ugp.org.SerialX.Serializer.ProtocolRegistry
+
 
+
applicableFor() - Method in class ugp.org.SerialX.Protocols.ListProtocol
+
 
+
applicableFor() - Method in class ugp.org.SerialX.Protocols.SerializationProtocol
+
 
+
applicableFor() - Method in class ugp.org.SerialX.Protocols.StringProtocol
+
 
+
+A D E G I L P S T U 
+ +
+ + + + + + + +
+ + + + diff --git a/doc 1.1.0/index-files/index-10.html b/doc 1.1.0/index-files/index-10.html new file mode 100644 index 0000000..0f7b7b1 --- /dev/null +++ b/doc 1.1.0/index-files/index-10.html @@ -0,0 +1,143 @@ + + + + + +U-Index + + + + + + + + +
+ + + + + + + +
+ + +
A D E G I L P S T U  + + +

U

+
+
ugp.org.SerialX - package ugp.org.SerialX
+
 
+
ugp.org.SerialX.Protocols - package ugp.org.SerialX.Protocols
+
 
+
unserialize(Class<? extends List<?>>, Object...) - Method in class ugp.org.SerialX.Protocols.ListProtocol
+
 
+
unserialize(Class<? extends T>, Object...) - Method in class ugp.org.SerialX.Protocols.SerializationProtocol
+
 
+
unserialize(Class<? extends String>, Object...) - Method in class ugp.org.SerialX.Protocols.StringProtocol
+
 
+
UnserializeClassis(String) - Static method in class ugp.org.SerialX.Serializer
+
 
+
useProtocolIfCan - Static variable in class ugp.org.SerialX.Serializer
+
+
Set this on true to force program to use SerializationProtocol also on java.io.Serializable objects.
+
+
+A D E G I L P S T U 
+ +
+ + + + + + + +
+ + + + diff --git a/doc 1.1.0/index-files/index-2.html b/doc 1.1.0/index-files/index-2.html new file mode 100644 index 0000000..a3ceb23 --- /dev/null +++ b/doc 1.1.0/index-files/index-2.html @@ -0,0 +1,134 @@ + + + + + +D-Index + + + + + + + + +
+ + + + + + + +
+ + +
A D E G I L P S T U  + + +

D

+
+
decimalFormatter - Static variable in class ugp.org.SerialX.Serializer
+
+
Decimal formatter to format decimal numbers (double, float) with during serialization! + Default DecimalFormat will round decimal numbers to 3 decimal places (format pattern #.###)! + + Set this on null and decimal numbers will not be formated! Do this when you need accuracy!
+
+
+A D E G I L P S T U 
+ +
+ + + + + + + +
+ + + + diff --git a/doc 1.1.0/index-files/index-3.html b/doc 1.1.0/index-files/index-3.html new file mode 100644 index 0000000..ed06ddc --- /dev/null +++ b/doc 1.1.0/index-files/index-3.html @@ -0,0 +1,129 @@ + + + + + +E-Index + + + + + + + + +
+ + + + + + + +
+ + +
A D E G I L P S T U  + + +

E

+
+
equals(Object) - Method in class ugp.org.SerialX.Protocols.SerializationProtocol
+
 
+
+A D E G I L P S T U 
+ +
+ + + + + + + +
+ + + + diff --git a/doc 1.1.0/index-files/index-4.html b/doc 1.1.0/index-files/index-4.html new file mode 100644 index 0000000..7c3c263 --- /dev/null +++ b/doc 1.1.0/index-files/index-4.html @@ -0,0 +1,141 @@ + + + + + +G-Index + + + + + + + + +
+ + + + + + + +
+ + +
A D E G I L P S T U  + + +

G

+
+
generateComments - Static variable in class ugp.org.SerialX.Serializer
+
+
Set this on true and program will generate comments and report!
+
+
GetActiveProtocols() - Method in class ugp.org.SerialX.Serializer.ProtocolRegistry
+
 
+
GetDeactivatedProtocols() - Method in class ugp.org.SerialX.Serializer.ProtocolRegistry
+
 
+
getProtocolByClass(Class<? extends SerializationProtocol<?>>) - Method in class ugp.org.SerialX.Serializer.ProtocolRegistry
+
 
+
GetProtocolFor(Object) - Method in class ugp.org.SerialX.Serializer.ProtocolRegistry
+
 
+
GetProtocolFor(Class<?>) - Method in class ugp.org.SerialX.Serializer.ProtocolRegistry
+
 
+
+A D E G I L P S T U 
+ +
+ + + + + + + +
+ + + + diff --git a/doc 1.1.0/index-files/index-5.html b/doc 1.1.0/index-files/index-5.html new file mode 100644 index 0000000..cfb5094 --- /dev/null +++ b/doc 1.1.0/index-files/index-5.html @@ -0,0 +1,129 @@ + + + + + +I-Index + + + + + + + + +
+ + + + + + + +
+ + +
A D E G I L P S T U  + + +

I

+
+
isActive() - Method in class ugp.org.SerialX.Protocols.SerializationProtocol
+
 
+
+A D E G I L P S T U 
+ +
+ + + + + + + +
+ + + + diff --git a/doc 1.1.0/index-files/index-6.html b/doc 1.1.0/index-files/index-6.html new file mode 100644 index 0000000..be1e612 --- /dev/null +++ b/doc 1.1.0/index-files/index-6.html @@ -0,0 +1,135 @@ + + + + + +L-Index + + + + + + + + +
+ + + + + + + +
+ + +
A D E G I L P S T U  + + +

L

+
+
ListProtocol - Class in ugp.org.SerialX.Protocols
+
 
+
ListProtocol() - Constructor for class ugp.org.SerialX.Protocols.ListProtocol
+
 
+
LoadFrom(File) - Static method in class ugp.org.SerialX.Serializer
+
 
+
LoadFromString(String) - Static method in class ugp.org.SerialX.Serializer
+
 
+
+A D E G I L P S T U 
+ +
+ + + + + + + +
+ + + + diff --git a/doc 1.1.0/index-files/index-7.html b/doc 1.1.0/index-files/index-7.html new file mode 100644 index 0000000..a65c4d4 --- /dev/null +++ b/doc 1.1.0/index-files/index-7.html @@ -0,0 +1,133 @@ + + + + + +P-Index + + + + + + + + +
+ + + + + + + +
+ + +
A D E G I L P S T U  + + +

P

+
+
PROTOCOL_REGISTRY - Static variable in class ugp.org.SerialX.Serializer
+
+
This is serialization protocol registry.
+
+
ProtocolRegistry(SerializationProtocol<?>...) - Constructor for class ugp.org.SerialX.Serializer.ProtocolRegistry
+
 
+
+A D E G I L P S T U 
+ +
+ + + + + + + +
+ + + + diff --git a/doc 1.1.0/index-files/index-8.html b/doc 1.1.0/index-files/index-8.html new file mode 100644 index 0000000..dce55f4 --- /dev/null +++ b/doc 1.1.0/index-files/index-8.html @@ -0,0 +1,169 @@ + + + + + +S-Index + + + + + + + + +
+ + + + + + + +
+ + +
A D E G I L P S T U  + + +

S

+
+
SerializationProtocol<T> - Class in ugp.org.SerialX.Protocols
+
+
This object supposed to be use for serializing and unserializing objects in Java.
+
+
SerializationProtocol() - Constructor for class ugp.org.SerialX.Protocols.SerializationProtocol
+
 
+
serialize(List<?>) - Method in class ugp.org.SerialX.Protocols.ListProtocol
+
 
+
serialize(T) - Method in class ugp.org.SerialX.Protocols.SerializationProtocol
+
 
+
serialize(String) - Method in class ugp.org.SerialX.Protocols.StringProtocol
+
 
+
SerializeClassic(Serializable) - Static method in class ugp.org.SerialX.Serializer
+
 
+
Serializer - Class in ugp.org.SerialX
+
+
Serializer is powerful utility class that allows you to serialize any object in Java using universal protocol system.
+
+
Serializer.ProtocolRegistry - Class in ugp.org.SerialX
+
+
ProtocolRegistry, place to register protocols!
+
+
SerializeTo(File, Object...) - Static method in class ugp.org.SerialX.Serializer
+
 
+
SerializeTo(boolean, File, Object...) - Static method in class ugp.org.SerialX.Serializer
+
 
+
SerializeToString(Object...) - Static method in class ugp.org.SerialX.Serializer
+
 
+
SerializeToString(StringBuilder, Object...) - Static method in class ugp.org.SerialX.Serializer
+
 
+
setActive(boolean) - Method in class ugp.org.SerialX.Protocols.SerializationProtocol
+
 
+
setActivityForAll(boolean) - Method in class ugp.org.SerialX.Serializer.ProtocolRegistry
+
 
+
splitValues(String) - Static method in class ugp.org.SerialX.Serializer
+
+
This function supposed to not be called by user.
+
+
StringProtocol - Class in ugp.org.SerialX.Protocols
+
 
+
StringProtocol() - Constructor for class ugp.org.SerialX.Protocols.StringProtocol
+
 
+
+A D E G I L P S T U 
+ +
+ + + + + + + +
+ + + + diff --git a/doc 1.1.0/index-files/index-9.html b/doc 1.1.0/index-files/index-9.html new file mode 100644 index 0000000..c564603 --- /dev/null +++ b/doc 1.1.0/index-files/index-9.html @@ -0,0 +1,129 @@ + + + + + +T-Index + + + + + + + + +
+ + + + + + + +
+ + +
A D E G I L P S T U  + + +

T

+
+
toString() - Method in class ugp.org.SerialX.Protocols.SerializationProtocol
+
 
+
+A D E G I L P S T U 
+ +
+ + + + + + + +
+ + + + diff --git a/doc 1.1.0/index.html b/doc 1.1.0/index.html new file mode 100644 index 0000000..c54b5d5 --- /dev/null +++ b/doc 1.1.0/index.html @@ -0,0 +1,75 @@ + + + + + +Generated Documentation (Untitled) + + + + + + + + + +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<h2>Frame Alert</h2> +<p>This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. Link to <a href="overview-summary.html">Non-frame version</a>.</p> + + + diff --git a/doc 1.1.0/overview-frame.html b/doc 1.1.0/overview-frame.html new file mode 100644 index 0000000..f1e663c --- /dev/null +++ b/doc 1.1.0/overview-frame.html @@ -0,0 +1,22 @@ + + + + + +Overview List + + + + + + + +

 

+ + diff --git a/doc 1.1.0/overview-summary.html b/doc 1.1.0/overview-summary.html new file mode 100644 index 0000000..9c1596e --- /dev/null +++ b/doc 1.1.0/overview-summary.html @@ -0,0 +1,139 @@ + + + + + +Overview + + + + + + + + +
+ + + + + + + +
+ + +
+ + + + + + + + + + + + + + + + +
Packages 
PackageDescription
ugp.org.SerialX 
ugp.org.SerialX.Protocols 
+
+ +
+ + + + + + + +
+ + + + diff --git a/doc 1.1.0/overview-tree.html b/doc 1.1.0/overview-tree.html new file mode 100644 index 0000000..f2fd282 --- /dev/null +++ b/doc 1.1.0/overview-tree.html @@ -0,0 +1,157 @@ + + + + + +Class Hierarchy + + + + + + + + +
+ + + + + + + +
+ + +
+

Hierarchy For All Packages

+Package Hierarchies: + +
+
+

Class Hierarchy

+
    +
  • java.lang.Object +
      +
    • java.util.AbstractCollection<E> (implements java.util.Collection<E>) +
        +
      • java.util.AbstractList<E> (implements java.util.List<E>) +
          +
        • java.util.ArrayList<E> (implements java.lang.Cloneable, java.util.List<E>, java.util.RandomAccess, java.io.Serializable) + +
        • +
        +
      • +
      +
    • +
    • ugp.org.SerialX.Protocols.SerializationProtocol<T> + +
    • +
    • ugp.org.SerialX.Serializer
    • +
    +
  • +
+
+ +
+ + + + + + + +
+ + + + diff --git a/doc 1.1.0/package-list b/doc 1.1.0/package-list new file mode 100644 index 0000000..26b7cb8 --- /dev/null +++ b/doc 1.1.0/package-list @@ -0,0 +1,2 @@ +ugp.org.SerialX +ugp.org.SerialX.Protocols diff --git a/doc 1.1.0/script.js b/doc 1.1.0/script.js new file mode 100644 index 0000000..c3a1cae --- /dev/null +++ b/doc 1.1.0/script.js @@ -0,0 +1,30 @@ +function show(type) +{ + count = 0; + for (var key in methods) { + var row = document.getElementById(key); + if ((methods[key] & type) != 0) { + row.style.display = ''; + row.className = (count++ % 2) ? rowColor : altColor; + } + else + row.style.display = 'none'; + } + updateTabs(type); +} + +function updateTabs(type) +{ + for (var value in tabs) { + var sNode = document.getElementById(tabs[value][0]); + var spanNode = sNode.firstChild; + if (value == type) { + sNode.className = activeTableTab; + spanNode.innerHTML = tabs[value][1]; + } + else { + sNode.className = tableTab; + spanNode.innerHTML = "" + tabs[value][1] + ""; + } + } +} diff --git a/doc 1.1.0/serialized-form.html b/doc 1.1.0/serialized-form.html new file mode 100644 index 0000000..fc2d5db --- /dev/null +++ b/doc 1.1.0/serialized-form.html @@ -0,0 +1,141 @@ + + + + + +Serialized Form + + + + + + + + +
+ + + + + + + +
+ + +
+

Serialized Form

+
+
+ +
+ +
+ + + + + + + +
+ + + + diff --git a/doc 1.1.0/stylesheet.css b/doc 1.1.0/stylesheet.css new file mode 100644 index 0000000..b8dad08 --- /dev/null +++ b/doc 1.1.0/stylesheet.css @@ -0,0 +1,574 @@ +/* Javadoc style sheet */ +/* +Overall document style +*/ + +@import url('resources/fonts/dejavu.css'); + +body { + background-color:#ffffff; + color:#353833; + font-family:'DejaVu Sans', Arial, Helvetica, sans-serif; + font-size:14px; + margin:0; +} +a:link, a:visited { + text-decoration:none; + color:#4A6782; +} +a:hover, a:focus { + text-decoration:none; + color:#bb7a2a; +} +a:active { + text-decoration:none; + color:#4A6782; +} +a[name] { + color:#353833; +} +a[name]:hover { + text-decoration:none; + color:#353833; +} +pre { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; +} +h1 { + font-size:20px; +} +h2 { + font-size:18px; +} +h3 { + font-size:16px; + font-style:italic; +} +h4 { + font-size:13px; +} +h5 { + font-size:12px; +} +h6 { + font-size:11px; +} +ul { + list-style-type:disc; +} +code, tt { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; + margin-top:8px; + line-height:1.4em; +} +dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; +} +table tr td dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + vertical-align:top; + padding-top:4px; +} +sup { + font-size:8px; +} +/* +Document title and Copyright styles +*/ +.clear { + clear:both; + height:0px; + overflow:hidden; +} +.aboutLanguage { + float:right; + padding:0px 21px; + font-size:11px; + z-index:200; + margin-top:-9px; +} +.legalCopy { + margin-left:.5em; +} +.bar a, .bar a:link, .bar a:visited, .bar a:active { + color:#FFFFFF; + text-decoration:none; +} +.bar a:hover, .bar a:focus { + color:#bb7a2a; +} +.tab { + background-color:#0066FF; + color:#ffffff; + padding:8px; + width:5em; + font-weight:bold; +} +/* +Navigation bar styles +*/ +.bar { + background-color:#4D7A97; + color:#FFFFFF; + padding:.8em .5em .4em .8em; + height:auto;/*height:1.8em;*/ + font-size:11px; + margin:0; +} +.topNav { + background-color:#4D7A97; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; + font-size:12px; +} +.bottomNav { + margin-top:10px; + background-color:#4D7A97; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; + font-size:12px; +} +.subNav { + background-color:#dee3e9; + float:left; + width:100%; + overflow:hidden; + font-size:12px; +} +.subNav div { + clear:left; + float:left; + padding:0 0 5px 6px; + text-transform:uppercase; +} +ul.navList, ul.subNavList { + float:left; + margin:0 25px 0 0; + padding:0; +} +ul.navList li{ + list-style:none; + float:left; + padding: 5px 6px; + text-transform:uppercase; +} +ul.subNavList li{ + list-style:none; + float:left; +} +.topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, .bottomNav a:active, .bottomNav a:visited { + color:#FFFFFF; + text-decoration:none; + text-transform:uppercase; +} +.topNav a:hover, .bottomNav a:hover { + text-decoration:none; + color:#bb7a2a; + text-transform:uppercase; +} +.navBarCell1Rev { + background-color:#F8981D; + color:#253441; + margin: auto 5px; +} +.skipNav { + position:absolute; + top:auto; + left:-9999px; + overflow:hidden; +} +/* +Page header and footer styles +*/ +.header, .footer { + clear:both; + margin:0 20px; + padding:5px 0 0 0; +} +.indexHeader { + margin:10px; + position:relative; +} +.indexHeader span{ + margin-right:15px; +} +.indexHeader h1 { + font-size:13px; +} +.title { + color:#2c4557; + margin:10px 0; +} +.subTitle { + margin:5px 0 0 0; +} +.header ul { + margin:0 0 15px 0; + padding:0; +} +.footer ul { + margin:20px 0 5px 0; +} +.header ul li, .footer ul li { + list-style:none; + font-size:13px; +} +/* +Heading styles +*/ +div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 { + background-color:#dee3e9; + border:1px solid #d0d9e0; + margin:0 0 6px -8px; + padding:7px 5px; +} +ul.blockList ul.blockList ul.blockList li.blockList h3 { + background-color:#dee3e9; + border:1px solid #d0d9e0; + margin:0 0 6px -8px; + padding:7px 5px; +} +ul.blockList ul.blockList li.blockList h3 { + padding:0; + margin:15px 0; +} +ul.blockList li.blockList h2 { + padding:0px 0 20px 0; +} +/* +Page layout container styles +*/ +.contentContainer, .sourceContainer, .classUseContainer, .serializedFormContainer, .constantValuesContainer { + clear:both; + padding:10px 20px; + position:relative; +} +.indexContainer { + margin:10px; + position:relative; + font-size:12px; +} +.indexContainer h2 { + font-size:13px; + padding:0 0 3px 0; +} +.indexContainer ul { + margin:0; + padding:0; +} +.indexContainer ul li { + list-style:none; + padding-top:2px; +} +.contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt { + font-size:12px; + font-weight:bold; + margin:10px 0 0 0; + color:#4E4E4E; +} +.contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd { + margin:5px 0 10px 0px; + font-size:14px; + font-family:'DejaVu Sans Mono',monospace; +} +.serializedFormContainer dl.nameValue dt { + margin-left:1px; + font-size:1.1em; + display:inline; + font-weight:bold; +} +.serializedFormContainer dl.nameValue dd { + margin:0 0 0 1px; + font-size:1.1em; + display:inline; +} +/* +List styles +*/ +ul.horizontal li { + display:inline; + font-size:0.9em; +} +ul.inheritance { + margin:0; + padding:0; +} +ul.inheritance li { + display:inline; + list-style:none; +} +ul.inheritance li ul.inheritance { + margin-left:15px; + padding-left:15px; + padding-top:1px; +} +ul.blockList, ul.blockListLast { + margin:10px 0 10px 0; + padding:0; +} +ul.blockList li.blockList, ul.blockListLast li.blockList { + list-style:none; + margin-bottom:15px; + line-height:1.4; +} +ul.blockList ul.blockList li.blockList, ul.blockList ul.blockListLast li.blockList { + padding:0px 20px 5px 10px; + border:1px solid #ededed; + background-color:#f8f8f8; +} +ul.blockList ul.blockList ul.blockList li.blockList, ul.blockList ul.blockList ul.blockListLast li.blockList { + padding:0 0 5px 8px; + background-color:#ffffff; + border:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockList { + margin-left:0; + padding-left:0; + padding-bottom:15px; + border:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockListLast { + list-style:none; + border-bottom:none; + padding-bottom:0; +} +table tr td dl, table tr td dl dt, table tr td dl dd { + margin-top:0; + margin-bottom:1px; +} +/* +Table styles +*/ +.overviewSummary, .memberSummary, .typeSummary, .useSummary, .constantsSummary, .deprecatedSummary { + width:100%; + border-left:1px solid #EEE; + border-right:1px solid #EEE; + border-bottom:1px solid #EEE; +} +.overviewSummary, .memberSummary { + padding:0px; +} +.overviewSummary caption, .memberSummary caption, .typeSummary caption, +.useSummary caption, .constantsSummary caption, .deprecatedSummary caption { + position:relative; + text-align:left; + background-repeat:no-repeat; + color:#253441; + font-weight:bold; + clear:none; + overflow:hidden; + padding:0px; + padding-top:10px; + padding-left:1px; + margin:0px; + white-space:pre; +} +.overviewSummary caption a:link, .memberSummary caption a:link, .typeSummary caption a:link, +.useSummary caption a:link, .constantsSummary caption a:link, .deprecatedSummary caption a:link, +.overviewSummary caption a:hover, .memberSummary caption a:hover, .typeSummary caption a:hover, +.useSummary caption a:hover, .constantsSummary caption a:hover, .deprecatedSummary caption a:hover, +.overviewSummary caption a:active, .memberSummary caption a:active, .typeSummary caption a:active, +.useSummary caption a:active, .constantsSummary caption a:active, .deprecatedSummary caption a:active, +.overviewSummary caption a:visited, .memberSummary caption a:visited, .typeSummary caption a:visited, +.useSummary caption a:visited, .constantsSummary caption a:visited, .deprecatedSummary caption a:visited { + color:#FFFFFF; +} +.overviewSummary caption span, .memberSummary caption span, .typeSummary caption span, +.useSummary caption span, .constantsSummary caption span, .deprecatedSummary caption span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + padding-bottom:7px; + display:inline-block; + float:left; + background-color:#F8981D; + border: none; + height:16px; +} +.memberSummary caption span.activeTableTab span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + margin-right:3px; + display:inline-block; + float:left; + background-color:#F8981D; + height:16px; +} +.memberSummary caption span.tableTab span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + margin-right:3px; + display:inline-block; + float:left; + background-color:#4D7A97; + height:16px; +} +.memberSummary caption span.tableTab, .memberSummary caption span.activeTableTab { + padding-top:0px; + padding-left:0px; + padding-right:0px; + background-image:none; + float:none; + display:inline; +} +.overviewSummary .tabEnd, .memberSummary .tabEnd, .typeSummary .tabEnd, +.useSummary .tabEnd, .constantsSummary .tabEnd, .deprecatedSummary .tabEnd { + display:none; + width:5px; + position:relative; + float:left; + background-color:#F8981D; +} +.memberSummary .activeTableTab .tabEnd { + display:none; + width:5px; + margin-right:3px; + position:relative; + float:left; + background-color:#F8981D; +} +.memberSummary .tableTab .tabEnd { + display:none; + width:5px; + margin-right:3px; + position:relative; + background-color:#4D7A97; + float:left; + +} +.overviewSummary td, .memberSummary td, .typeSummary td, +.useSummary td, .constantsSummary td, .deprecatedSummary td { + text-align:left; + padding:0px 0px 12px 10px; +} +th.colOne, th.colFirst, th.colLast, .useSummary th, .constantsSummary th, +td.colOne, td.colFirst, td.colLast, .useSummary td, .constantsSummary td{ + vertical-align:top; + padding-right:0px; + padding-top:8px; + padding-bottom:3px; +} +th.colFirst, th.colLast, th.colOne, .constantsSummary th { + background:#dee3e9; + text-align:left; + padding:8px 3px 3px 7px; +} +td.colFirst, th.colFirst { + white-space:nowrap; + font-size:13px; +} +td.colLast, th.colLast { + font-size:13px; +} +td.colOne, th.colOne { + font-size:13px; +} +.overviewSummary td.colFirst, .overviewSummary th.colFirst, +.useSummary td.colFirst, .useSummary th.colFirst, +.overviewSummary td.colOne, .overviewSummary th.colOne, +.memberSummary td.colFirst, .memberSummary th.colFirst, +.memberSummary td.colOne, .memberSummary th.colOne, +.typeSummary td.colFirst{ + width:25%; + vertical-align:top; +} +td.colOne a:link, td.colOne a:active, td.colOne a:visited, td.colOne a:hover, td.colFirst a:link, td.colFirst a:active, td.colFirst a:visited, td.colFirst a:hover, td.colLast a:link, td.colLast a:active, td.colLast a:visited, td.colLast a:hover, .constantValuesContainer td a:link, .constantValuesContainer td a:active, .constantValuesContainer td a:visited, .constantValuesContainer td a:hover { + font-weight:bold; +} +.tableSubHeadingColor { + background-color:#EEEEFF; +} +.altColor { + background-color:#FFFFFF; +} +.rowColor { + background-color:#EEEEEF; +} +/* +Content styles +*/ +.description pre { + margin-top:0; +} +.deprecatedContent { + margin:0; + padding:10px 0; +} +.docSummary { + padding:0; +} + +ul.blockList ul.blockList ul.blockList li.blockList h3 { + font-style:normal; +} + +div.block { + font-size:14px; + font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; +} + +td.colLast div { + padding-top:0px; +} + + +td.colLast a { + padding-bottom:3px; +} +/* +Formatting effect styles +*/ +.sourceLineNo { + color:green; + padding:0 30px 0 0; +} +h1.hidden { + visibility:hidden; + overflow:hidden; + font-size:10px; +} +.block { + display:block; + margin:3px 10px 2px 0px; + color:#474747; +} +.deprecatedLabel, .descfrmTypeLabel, .memberNameLabel, .memberNameLink, +.overrideSpecifyLabel, .packageHierarchyLabel, .paramLabel, .returnLabel, +.seeLabel, .simpleTagLabel, .throwsLabel, .typeNameLabel, .typeNameLink { + font-weight:bold; +} +.deprecationComment, .emphasizedPhrase, .interfaceName { + font-style:italic; +} + +div.block div.block span.deprecationComment, div.block div.block span.emphasizedPhrase, +div.block div.block span.interfaceName { + font-style:normal; +} + +div.contentContainer ul.blockList li.blockList h2{ + padding-bottom:0px; +} diff --git a/doc 1.1.0/ugp/org/SerialX/Protocols/ListProtocol.html b/doc 1.1.0/ugp/org/SerialX/Protocols/ListProtocol.html new file mode 100644 index 0000000..55f70c4 --- /dev/null +++ b/doc 1.1.0/ugp/org/SerialX/Protocols/ListProtocol.html @@ -0,0 +1,338 @@ + + + + + +ListProtocol + + + + + + + + + + + + +
+
ugp.org.SerialX.Protocols
+

Class ListProtocol

+
+
+ +
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      ListProtocol() 
      +
    • +
    + + +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        ListProtocol

        +
        public ListProtocol()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        serialize

        +
        public java.lang.Object[] serialize(java.util.List<?> object)
        +
        +
        Specified by:
        +
        serialize in class SerializationProtocol<java.util.List<?>>
        +
        Parameters:
        +
        object - | The object.
        +
        Returns:
        +
        Array of objects to serialize created from given object.
        +
        +
      • +
      + + + +
        +
      • +

        unserialize

        +
        public java.util.List<?> unserialize(java.lang.Class<? extends java.util.List<?>> objectClass,
        +                                     java.lang.Object... args)
        +                              throws java.lang.Exception
        +
        +
        Specified by:
        +
        unserialize in class SerializationProtocol<java.util.List<?>>
        +
        Parameters:
        +
        objectClass - | The class of object that should be created. This can be useful when object T has children classes with same constructors. You can use reflection to make protocol working also for these child classes!
        +
        args - | Args to create obj T from.
        +
        Returns:
        +
        New instance of object T created from args.
        +
        Throws:
        +
        java.lang.Exception
        +
        +
      • +
      + + + +
        +
      • +

        applicableFor

        +
        public java.lang.Class<? extends java.util.List<?>> applicableFor()
        +
        +
        Specified by:
        +
        applicableFor in class SerializationProtocol<java.util.List<?>>
        +
        Returns:
        +
        Class that can be serialized using this protocol. + In other words it should return class of object T
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/doc 1.1.0/ugp/org/SerialX/Protocols/SerializationProtocol.html b/doc 1.1.0/ugp/org/SerialX/Protocols/SerializationProtocol.html new file mode 100644 index 0000000..7e02ddf --- /dev/null +++ b/doc 1.1.0/ugp/org/SerialX/Protocols/SerializationProtocol.html @@ -0,0 +1,419 @@ + + + + + +SerializationProtocol + + + + + + + + + + + + +
+
ugp.org.SerialX.Protocols
+

Class SerializationProtocol<T>

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • ugp.org.SerialX.Protocols.SerializationProtocol<T>
    • +
    +
  • +
+
+
    +
  • +
    +
    Type Parameters:
    +
    T - | Generic type of object to use protocol for.
    +
    +
    +
    Direct Known Subclasses:
    +
    ListProtocol, StringProtocol
    +
    +
    +
    +
    public abstract class SerializationProtocol<T>
    +extends java.lang.Object
    +
    This object supposed to be use for serializing and unserializing objects in Java. + Protocols should not be serializable!
    +
    +
    Since:
    +
    1.0.0
    +
    Author:
    +
    PETO
    +
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and TypeMethod and Description
      abstract java.lang.Class<? extends T>applicableFor() 
      booleanequals(java.lang.Object obj) 
      booleanisActive() 
      abstract java.lang.Object[]serialize(T object) 
      voidsetActive(boolean isActive) 
      java.lang.StringtoString() 
      abstract Tunserialize(java.lang.Class<? extends T> objectClass, + java.lang.Object... args) 
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +getClass, hashCode, notify, notifyAll, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        SerializationProtocol

        +
        public SerializationProtocol()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        equals

        +
        public boolean equals(java.lang.Object obj)
        +
        +
        Overrides:
        +
        equals in class java.lang.Object
        +
        +
      • +
      + + + +
        +
      • +

        toString

        +
        public java.lang.String toString()
        +
        +
        Overrides:
        +
        toString in class java.lang.Object
        +
        +
      • +
      + + + + + +
        +
      • +

        serialize

        +
        public abstract java.lang.Object[] serialize(T object)
        +
        +
        Parameters:
        +
        object - | The object.
        +
        Returns:
        +
        Array of objects to serialize created from given object.
        +
        Since:
        +
        1.0.0
        +
        +
      • +
      + + + +
        +
      • +

        unserialize

        +
        public abstract T unserialize(java.lang.Class<? extends T> objectClass,
        +                              java.lang.Object... args)
        +                       throws java.lang.Exception
        +
        +
        Parameters:
        +
        objectClass - | The class of object that should be created. This can be useful when object T has children classes with same constructors. You can use reflection to make protocol working also for these child classes!
        +
        args - | Args to create obj T from.
        +
        Returns:
        +
        New instance of object T created from args.
        +
        Throws:
        +
        java.lang.Exception
        +
        Since:
        +
        1.0.0
        +
        +
      • +
      + + + +
        +
      • +

        applicableFor

        +
        public abstract java.lang.Class<? extends T> applicableFor()
        +
        +
        Returns:
        +
        Class that can be serialized using this protocol. + In other words it should return class of object T
        +
        Since:
        +
        1.0.0
        +
        +
      • +
      + + + +
        +
      • +

        isActive

        +
        public boolean isActive()
        +
        +
        Returns:
        +
        True if this protocol is active. + Only active protocols can be used!
        +
        Since:
        +
        1.0.0
        +
        +
      • +
      + + + +
        +
      • +

        setActive

        +
        public void setActive(boolean isActive)
        +
        +
        Parameters:
        +
        isActive - | Set this on true to activate this protocol or set this on false to deactivate it so it will not be used. + This can be useful for example when you want to force program to serialize java.io.Serializable object using classic java.io.Serializable. + For example when you deactivate StringProtocol program will be forced to serialize all Strings via java.io.Serializable.
        +
        Since:
        +
        1.0.0
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/doc 1.1.0/ugp/org/SerialX/Protocols/StringProtocol.html b/doc 1.1.0/ugp/org/SerialX/Protocols/StringProtocol.html new file mode 100644 index 0000000..087bcba --- /dev/null +++ b/doc 1.1.0/ugp/org/SerialX/Protocols/StringProtocol.html @@ -0,0 +1,335 @@ + + + + + +StringProtocol + + + + + + + + + + + + +
+
ugp.org.SerialX.Protocols
+

Class StringProtocol

+
+
+ +
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      StringProtocol() 
      +
    • +
    + + +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        StringProtocol

        +
        public StringProtocol()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        serialize

        +
        public java.lang.Object[] serialize(java.lang.String object)
        +
        +
        Specified by:
        +
        serialize in class SerializationProtocol<java.lang.String>
        +
        Parameters:
        +
        object - | The object.
        +
        Returns:
        +
        Array of objects to serialize created from given object.
        +
        +
      • +
      + + + +
        +
      • +

        unserialize

        +
        public java.lang.String unserialize(java.lang.Class<? extends java.lang.String> objectClass,
        +                                    java.lang.Object... args)
        +
        +
        Specified by:
        +
        unserialize in class SerializationProtocol<java.lang.String>
        +
        Parameters:
        +
        objectClass - | The class of object that should be created. This can be useful when object T has children classes with same constructors. You can use reflection to make protocol working also for these child classes!
        +
        args - | Args to create obj T from.
        +
        Returns:
        +
        New instance of object T created from args.
        +
        +
      • +
      + + + +
        +
      • +

        applicableFor

        +
        public java.lang.Class<? extends java.lang.String> applicableFor()
        +
        +
        Specified by:
        +
        applicableFor in class SerializationProtocol<java.lang.String>
        +
        Returns:
        +
        Class that can be serialized using this protocol. + In other words it should return class of object T
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/doc 1.1.0/ugp/org/SerialX/Protocols/class-use/ListProtocol.html b/doc 1.1.0/ugp/org/SerialX/Protocols/class-use/ListProtocol.html new file mode 100644 index 0000000..8ff31bf --- /dev/null +++ b/doc 1.1.0/ugp/org/SerialX/Protocols/class-use/ListProtocol.html @@ -0,0 +1,124 @@ + + + + + +Uses of Class ugp.org.SerialX.Protocols.ListProtocol + + + + + + + + + + + +
+

Uses of Class
ugp.org.SerialX.Protocols.ListProtocol

+
+
No usage of ugp.org.SerialX.Protocols.ListProtocol
+ + + + + + diff --git a/doc 1.1.0/ugp/org/SerialX/Protocols/class-use/SerializationProtocol.html b/doc 1.1.0/ugp/org/SerialX/Protocols/class-use/SerializationProtocol.html new file mode 100644 index 0000000..69e3fae --- /dev/null +++ b/doc 1.1.0/ugp/org/SerialX/Protocols/class-use/SerializationProtocol.html @@ -0,0 +1,270 @@ + + + + + +Uses of Class ugp.org.SerialX.Protocols.SerializationProtocol + + + + + + + + + + + +
+

Uses of Class
ugp.org.SerialX.Protocols.SerializationProtocol

+
+
+ +
+ + + + + + diff --git a/doc 1.1.0/ugp/org/SerialX/Protocols/class-use/StringProtocol.html b/doc 1.1.0/ugp/org/SerialX/Protocols/class-use/StringProtocol.html new file mode 100644 index 0000000..9114f49 --- /dev/null +++ b/doc 1.1.0/ugp/org/SerialX/Protocols/class-use/StringProtocol.html @@ -0,0 +1,124 @@ + + + + + +Uses of Class ugp.org.SerialX.Protocols.StringProtocol + + + + + + + + + + + +
+

Uses of Class
ugp.org.SerialX.Protocols.StringProtocol

+
+
No usage of ugp.org.SerialX.Protocols.StringProtocol
+ + + + + + diff --git a/doc 1.1.0/ugp/org/SerialX/Protocols/package-frame.html b/doc 1.1.0/ugp/org/SerialX/Protocols/package-frame.html new file mode 100644 index 0000000..625b365 --- /dev/null +++ b/doc 1.1.0/ugp/org/SerialX/Protocols/package-frame.html @@ -0,0 +1,22 @@ + + + + + +ugp.org.SerialX.Protocols + + + + + +

ugp.org.SerialX.Protocols

+ + + diff --git a/doc 1.1.0/ugp/org/SerialX/Protocols/package-summary.html b/doc 1.1.0/ugp/org/SerialX/Protocols/package-summary.html new file mode 100644 index 0000000..3d87cd9 --- /dev/null +++ b/doc 1.1.0/ugp/org/SerialX/Protocols/package-summary.html @@ -0,0 +1,152 @@ + + + + + +ugp.org.SerialX.Protocols + + + + + + + + + + + +
+

Package ugp.org.SerialX.Protocols

+
+
+ +
+ + + + + + diff --git a/doc 1.1.0/ugp/org/SerialX/Protocols/package-tree.html b/doc 1.1.0/ugp/org/SerialX/Protocols/package-tree.html new file mode 100644 index 0000000..fa828ec --- /dev/null +++ b/doc 1.1.0/ugp/org/SerialX/Protocols/package-tree.html @@ -0,0 +1,142 @@ + + + + + +ugp.org.SerialX.Protocols Class Hierarchy + + + + + + + + + + + +
+

Hierarchy For Package ugp.org.SerialX.Protocols

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ + + + + + diff --git a/doc 1.1.0/ugp/org/SerialX/Protocols/package-use.html b/doc 1.1.0/ugp/org/SerialX/Protocols/package-use.html new file mode 100644 index 0000000..08e8675 --- /dev/null +++ b/doc 1.1.0/ugp/org/SerialX/Protocols/package-use.html @@ -0,0 +1,180 @@ + + + + + +Uses of Package ugp.org.SerialX.Protocols + + + + + + + + + + + +
+

Uses of Package
ugp.org.SerialX.Protocols

+
+
+ +
+ + + + + + diff --git a/doc 1.1.0/ugp/org/SerialX/Serializer.ProtocolRegistry.html b/doc 1.1.0/ugp/org/SerialX/Serializer.ProtocolRegistry.html new file mode 100644 index 0000000..8765036 --- /dev/null +++ b/doc 1.1.0/ugp/org/SerialX/Serializer.ProtocolRegistry.html @@ -0,0 +1,542 @@ + + + + + +Serializer.ProtocolRegistry + + + + + + + + + + + + +
+
ugp.org.SerialX
+

Class Serializer.ProtocolRegistry

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • java.util.AbstractCollection<E>
    • +
    • +
        +
      • java.util.AbstractList<E>
      • +
      • + +
      • +
      +
    • +
    +
  • +
+
+ +
+
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Method Detail

      + + + + + + + + + + + + + + + + + + + + + + + +
        +
      • +

        getProtocolByClass

        +
        public SerializationProtocol<?> getProtocolByClass(java.lang.Class<? extends SerializationProtocol<?>> protocolsClass)
        +
        +
        Parameters:
        +
        protocolsClass - | Protocols class.
        +
        Returns:
        +
        Protocol by its class.
        +
        Since:
        +
        1.0.0
        +
        +
      • +
      + + + +
        +
      • +

        GetActiveProtocols

        +
        public java.util.List<SerializationProtocol<?>> GetActiveProtocols()
        +
        +
        Returns:
        +
        Sublist of protocols that are active and can be used.
        +
        Since:
        +
        1.0.0
        +
        +
      • +
      + + + +
        +
      • +

        GetDeactivatedProtocols

        +
        public java.util.List<SerializationProtocol<?>> GetDeactivatedProtocols()
        +
        +
        Returns:
        +
        Sublist of protocols that are not active and can't be used.
        +
        Since:
        +
        1.0.0
        +
        +
      • +
      + + + +
        +
      • +

        GetProtocolFor

        +
        public SerializationProtocol<?> GetProtocolFor(java.lang.Object obj)
        +
        +
        Parameters:
        +
        obj - | Object that is required protocol applicable for.
        +
        Returns:
        +
        Protocol applicable for required objects class or null if there is no such an active protocol!
        +
        Since:
        +
        1.0.5
        +
        +
      • +
      + + + +
        +
      • +

        GetProtocolFor

        +
        public SerializationProtocol<?> GetProtocolFor(java.lang.Class<?> applicableFor)
        +
        +
        Parameters:
        +
        applicableFor - | Class of object that is protocol applicable for.
        +
        Returns:
        +
        Protocol applicable for required class or null if there is no such an active protocol!
        +
        Since:
        +
        1.0.0
        +
        +
      • +
      + + + +
        +
      • +

        setActivityForAll

        +
        public void setActivityForAll(boolean isActive)
        +
        +
        Parameters:
        +
        isActive - | Activity state for all registered protocols.
        +
        Since:
        +
        1.0.0
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/doc 1.1.0/ugp/org/SerialX/Serializer.html b/doc 1.1.0/ugp/org/SerialX/Serializer.html new file mode 100644 index 0000000..8da7457 --- /dev/null +++ b/doc 1.1.0/ugp/org/SerialX/Serializer.html @@ -0,0 +1,580 @@ + + + + + +Serializer + + + + + + + + + + + + +
+
ugp.org.SerialX
+

Class Serializer

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • ugp.org.SerialX.Serializer
    • +
    +
  • +
+
+
    +
  • +
    +
    +
    public class Serializer
    +extends java.lang.Object
    +
    Serializer is powerful utility class that allows you to serialize any object in Java using universal protocol system. + This system is generating code similar to JSON called SerialX but unlike JSON, SerialX is based on determinate order of arguments. + Also works with regular Java Base64 serialization.
    +
    +
    Since:
    +
    1.0.0
    +
    Author:
    +
    PETO
    +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Nested Class Summary

      + + + + + + + + + + +
      Nested Classes 
      Modifier and TypeClass and Description
      static class Serializer.ProtocolRegistry +
      ProtocolRegistry, place to register protocols!
      +
      +
    • +
    + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + + + + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      static java.text.DecimalFormatdecimalFormatter +
      Decimal formatter to format decimal numbers (double, float) with during serialization! + Default DecimalFormat will round decimal numbers to 3 decimal places (format pattern #.###)! + + Set this on null and decimal numbers will not be formated! Do this when you need accuracy!
      +
      static booleangenerateComments +
      Set this on true and program will generate comments and report!
      +
      static Serializer.ProtocolRegistryPROTOCOL_REGISTRY +
      This is serialization protocol registry.
      +
      static booleanuseProtocolIfCan +
      Set this on true to force program to use SerializationProtocol also on java.io.Serializable objects.
      +
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      All Methods Static Methods Concrete Methods 
      Modifier and TypeMethod and Description
      static java.util.List<java.lang.Object>LoadFrom(java.io.File f) 
      static java.util.List<java.lang.Object>LoadFromString(java.lang.String str) 
      static java.lang.StringSerializeClassic(java.io.Serializable obj) 
      static voidSerializeTo(boolean append, + java.io.File f, + java.lang.Object... objs) 
      static voidSerializeTo(java.io.File f, + java.lang.Object... objs) 
      static java.lang.StringSerializeToString(java.lang.Object... objs) 
      static java.lang.StringBuilderSerializeToString(java.lang.StringBuilder source, + java.lang.Object... objs) 
      static java.lang.String[]splitValues(java.lang.String s) +
      This function supposed to not be called by user.
      +
      static java.lang.ObjectUnserializeClassis(java.lang.String objStr) 
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        PROTOCOL_REGISTRY

        +
        public static final Serializer.ProtocolRegistry PROTOCOL_REGISTRY
        +
        This is serialization protocol registry. Do not add there two protocols applicable for exactly same classes! + Also I recommend to register protocols in generic order of object that are they applicable for! In other words If some object Foo has child classes, protocol of these classes should be registered after each other. + Defaultly there is protocol for serializing java.util.List and java.lang.String!
        +
        +
        Since:
        +
        1.0.0
        +
        +
      • +
      + + + +
        +
      • +

        useProtocolIfCan

        +
        public static boolean useProtocolIfCan
        +
        Set this on true to force program to use SerializationProtocol also on java.io.Serializable objects. + Doing this also might take less memory space then using classic java.io.Serializable. + In some cases, java Serialization can be more effective than protocols sometimes not! You should try which gives you the best result, then you can also deactivate protocols that are less effective than Java serialization. + For example for long strings is classic Java serialization better than protocol is.
        +
        +
        Since:
        +
        1.0.0
        +
        +
      • +
      + + + +
        +
      • +

        generateComments

        +
        public static boolean generateComments
        +
        Set this on true and program will generate comments and report!
        +
        +
        Since:
        +
        1.0.5
        +
        +
      • +
      + + + +
        +
      • +

        decimalFormatter

        +
        public static java.text.DecimalFormat decimalFormatter
        +
        Decimal formatter to format decimal numbers (double, float) with during serialization! + Default DecimalFormat will round decimal numbers to 3 decimal places (format pattern #.###)! + + Set this on null and decimal numbers will not be formated! Do this when you need accuracy!
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        SerializeTo

        +
        public static void SerializeTo(java.io.File f,
        +                               java.lang.Object... objs)
        +
        +
        Parameters:
        +
        f - | File to write in. This must be a text file (recommended extension .srlx).
        +
        objs - | Objects to serialize using SerialX.
        +
        Since:
        +
        1.0.0
        +
        +
      • +
      + + + +
        +
      • +

        SerializeTo

        +
        public static void SerializeTo(boolean append,
        +                               java.io.File f,
        +                               java.lang.Object... objs)
        +
        +
        Parameters:
        +
        append - | When true, the new objects will be appended to files content (same objects will be also appended if there are some)!
        +
        f - | File to write in. This must be a text file (recommended extension .srlx).
        +
        objs - | Objects to serialize using SerialX.
        +
        Since:
        +
        1.1.0
        +
        +
      • +
      + + + +
        +
      • +

        SerializeToString

        +
        public static java.lang.String SerializeToString(java.lang.Object... objs)
        +
        +
        Parameters:
        +
        objs - | Objects to serialize using SerialX.
        +
        Returns:
        +
        String with objects serialized in SerialX code.
        +
        Since:
        +
        1.0.0
        +
        +
      • +
      + + + +
        +
      • +

        SerializeToString

        +
        public static java.lang.StringBuilder SerializeToString(java.lang.StringBuilder source,
        +                                                        java.lang.Object... objs)
        +
        +
        Parameters:
        +
        source - | Source StringBuilder to serialize objects into!
        +
        objs - | Objects to serialize using SerialX.
        +
        Returns:
        +
        Source StringBuilder with objects serialized in SerialX code.
        +
        Since:
        +
        1.1.0
        +
        +
      • +
      + + + +
        +
      • +

        SerializeClassic

        +
        public static java.lang.String SerializeClassic(java.io.Serializable obj)
        +                                         throws java.io.IOException
        +
        +
        Parameters:
        +
        obj - | Object to serialize using classic Java serialization. + Note: Slash will be replaced by back slash due to prevent conflict with // comment.
        +
        Returns:
        +
        String with serialized object.
        +
        Throws:
        +
        java.io.IOException - - if an I/O error occurs while writing stream header
        +
        Since:
        +
        1.0.0
        +
        See Also:
        +
        java.lang.Base64
        +
        +
      • +
      + + + +
        +
      • +

        LoadFrom

        +
        public static java.util.List<java.lang.Object> LoadFrom(java.io.File f)
        +
        +
        Parameters:
        +
        f - | Text file with serialized objects using SerialX.
        +
        Returns:
        +
        Unserialized objects or empty ArrayList if file is empty. + You can use negative indexes to get objects from back of this array since 1.1.0 (-1 = last element)!
        +
        Since:
        +
        1.0.0
        +
        +
      • +
      + + + +
        +
      • +

        LoadFromString

        +
        public static java.util.List<java.lang.Object> LoadFromString(java.lang.String str)
        +
        +
        Parameters:
        +
        str - | SerialX string with serialized objects.
        +
        Returns:
        +
        Unserialized objects or empty ArrayList if string is empty. + You can use negative indexes to get objects from back of this array since 1.1.0 (-1 = last element)!
        +
        Since:
        +
        1.0.0
        +
        +
      • +
      + + + +
        +
      • +

        UnserializeClassis

        +
        public static java.lang.Object UnserializeClassis(java.lang.String objStr)
        +                                           throws java.io.IOException,
        +                                                  java.lang.ClassNotFoundException
        +
        +
        Parameters:
        +
        objStr - | String to unserialize by classic Java serialization. + Note: Backslashes will be replaced by regular slashes.
        +
        Returns:
        +
        Unsrialized object.
        +
        Throws:
        +
        java.io.IOException - - if an I/O error occurs while reading stream header
        +
        java.lang.ClassNotFoundException - - Class of a serialized object cannot be found.
        +
        Since:
        +
        1.0.0
        +
        See Also:
        +
        Base64
        +
        +
      • +
      + + + +
        +
      • +

        splitValues

        +
        public static java.lang.String[] splitValues(java.lang.String s)
        +
        This function supposed to not be called by user.
        +
        +
        Parameters:
        +
        s - | String to split and check some syntax.
        +
        Returns:
        +
        Spited string.
        +
        Since:
        +
        1.0.0
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + + + diff --git a/doc 1.1.0/ugp/org/SerialX/class-use/Serializer.ProtocolRegistry.html b/doc 1.1.0/ugp/org/SerialX/class-use/Serializer.ProtocolRegistry.html new file mode 100644 index 0000000..6d1d75f --- /dev/null +++ b/doc 1.1.0/ugp/org/SerialX/class-use/Serializer.ProtocolRegistry.html @@ -0,0 +1,166 @@ + + + + + +Uses of Class ugp.org.SerialX.Serializer.ProtocolRegistry + + + + + + + + + + + +
+

Uses of Class
ugp.org.SerialX.Serializer.ProtocolRegistry

+
+
+ +
+ + + + + + diff --git a/doc 1.1.0/ugp/org/SerialX/class-use/Serializer.html b/doc 1.1.0/ugp/org/SerialX/class-use/Serializer.html new file mode 100644 index 0000000..1fc3ee4 --- /dev/null +++ b/doc 1.1.0/ugp/org/SerialX/class-use/Serializer.html @@ -0,0 +1,124 @@ + + + + + +Uses of Class ugp.org.SerialX.Serializer + + + + + + + + + + + +
+

Uses of Class
ugp.org.SerialX.Serializer

+
+
No usage of ugp.org.SerialX.Serializer
+ + + + + + diff --git a/doc 1.1.0/ugp/org/SerialX/package-frame.html b/doc 1.1.0/ugp/org/SerialX/package-frame.html new file mode 100644 index 0000000..9551ce7 --- /dev/null +++ b/doc 1.1.0/ugp/org/SerialX/package-frame.html @@ -0,0 +1,21 @@ + + + + + +ugp.org.SerialX + + + + + +

ugp.org.SerialX

+ + + diff --git a/doc 1.1.0/ugp/org/SerialX/package-summary.html b/doc 1.1.0/ugp/org/SerialX/package-summary.html new file mode 100644 index 0000000..75370e8 --- /dev/null +++ b/doc 1.1.0/ugp/org/SerialX/package-summary.html @@ -0,0 +1,150 @@ + + + + + +ugp.org.SerialX + + + + + + + + + + + +
+

Package ugp.org.SerialX

+
+
+
    +
  • + + + + + + + + + + + + + + + + +
    Class Summary 
    ClassDescription
    Serializer +
    Serializer is powerful utility class that allows you to serialize any object in Java using universal protocol system.
    +
    Serializer.ProtocolRegistry +
    ProtocolRegistry, place to register protocols!
    +
    +
  • +
+
+ + + + + + diff --git a/doc 1.1.0/ugp/org/SerialX/package-tree.html b/doc 1.1.0/ugp/org/SerialX/package-tree.html new file mode 100644 index 0000000..7c8b027 --- /dev/null +++ b/doc 1.1.0/ugp/org/SerialX/package-tree.html @@ -0,0 +1,150 @@ + + + + + +ugp.org.SerialX Class Hierarchy + + + + + + + + + + + +
+

Hierarchy For Package ugp.org.SerialX

+Package Hierarchies: + +
+
+

Class Hierarchy

+
    +
  • java.lang.Object +
      +
    • java.util.AbstractCollection<E> (implements java.util.Collection<E>) +
        +
      • java.util.AbstractList<E> (implements java.util.List<E>) +
          +
        • java.util.ArrayList<E> (implements java.lang.Cloneable, java.util.List<E>, java.util.RandomAccess, java.io.Serializable) + +
        • +
        +
      • +
      +
    • +
    • ugp.org.SerialX.Serializer
    • +
    +
  • +
+
+ + + + + + diff --git a/doc 1.1.0/ugp/org/SerialX/package-use.html b/doc 1.1.0/ugp/org/SerialX/package-use.html new file mode 100644 index 0000000..cc6cdba --- /dev/null +++ b/doc 1.1.0/ugp/org/SerialX/package-use.html @@ -0,0 +1,159 @@ + + + + + +Uses of Package ugp.org.SerialX + + + + + + + + + + + +
+

Uses of Package
ugp.org.SerialX

+
+
+ +
+ + + + + +