<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Java on The Photonsphere</title>
    <link>https://photonsphere.org/categories/java/</link>
    <description>Recent content in Java on The Photonsphere</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <copyright>Mari Donkers / Wikimedia Commons</copyright>
    <lastBuildDate>Tue, 07 Mar 2017 00:00:00 +0000</lastBuildDate><atom:link href="https://photonsphere.org/categories/java/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>jpro - JavaFX in the Browser</title>
      <link>https://photonsphere.org/post/2017-03-07-jpro/</link>
      <pubDate>Tue, 07 Mar 2017 00:00:00 +0000</pubDate>
      
      <guid>https://photonsphere.org/post/2017-03-07-jpro/</guid>
      <description>
        
          
            &lt;p&gt;JavaFX in the Browser - NO PLUGINS - EVERYWHERE – &lt;a href=&#34;https://www.jpro.io/&#34;&gt;JPRO&lt;/a&gt; (by &lt;strong&gt;jpro technologies AG&lt;/strong&gt;).&lt;/p&gt;
          
          
        
      </description>
    </item>
    
    <item>
      <title>Serializing any-size objects to a random access file</title>
      <link>https://photonsphere.org/post/2011-06-29-serializing-any-size-objects-to-a-random-access-file/</link>
      <pubDate>Wed, 29 Jun 2011 00:00:00 +0000</pubDate>
      
      <guid>https://photonsphere.org/post/2011-06-29-serializing-any-size-objects-to-a-random-access-file/</guid>
      <description>
        
          
            &lt;p&gt;This article will delve into the details involved in serializing and deserializing arbitrarily sized objects to- and from a byte array. The contents of the byte array are stored in a random access file. An index file is kept to allow for objects of varying size.&lt;/p&gt;
&lt;h1 id=&#34;serializable-objects&#34;&gt;Serializable objects&lt;/h1&gt;
&lt;p&gt;Any object that is an instance of a class that implements the &lt;code&gt;Serializable&lt;/code&gt; interface, can be serialized and deserialized. Such a class is e.g. coded as follows:&lt;/p&gt;
          
          
        
      </description>
    </item>
    
  </channel>
</rss>
