java object serialization : important things you didn't know

1
Allowing of serialization for refactoring Serialization violates even the simplest security concerns. Data which are serialized can be signed and sealed. Serialization can put a proxy in your stream. Data is trusted but should verify. Technoligent Let's work together www.technoligent.com Enterprise Application Software Development Business Solution Java Object Serialization Important things you didn't know

Upload: edward-brooks

Post on 12-Aug-2015

116 views

Category:

Technology


2 download

TRANSCRIPT

Page 1: Java Object Serialization : Important Things You Didn't Know

Allowing of serialization for refactoring

Serialization violates even the simplest

security concerns.

Data which are serialized can be signed and

sealed.

Serialization can put a proxy in your stream.

Data is trusted but should verify.

TechnoligentLet's work together

www.technoligent.com

Ent

erp

rise

Ap

pli

cati

on

Software Development

Business Solution

Java ObjectSerialization

Important things you didn't know